Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2396 unsigned WidthX = Op.getOperand(0).getValueSizeInBits(); in lowerFCOPYSIGN64() local
2398 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()
2412 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2414 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
2418 DAG.getConstant(WidthX - 1, DL, MVT::i32), Const1, in lowerFCOPYSIGN64()
2433 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2435 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
2439 DAG.getConstant(WidthX - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()