Home
last modified time | relevance | path

Searched refs:WidthY (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2538 unsigned WidthY = Op.getOperand(1).getValueSizeInBits(); in lowerFCOPYSIGN64() local
2539 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()
2551 DAG.getConstant(WidthY - 1, DL, MVT::i32), Const1); in lowerFCOPYSIGN64()
2553 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2555 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
2572 DAG.getConstant(WidthY - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()
2574 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2576 else if (WidthY > WidthX) in lowerFCOPYSIGN64()