Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp2370 unsigned WidthY = Op.getOperand(1).getValueSizeInBits(); in lowerFCOPYSIGN64() local
2371 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()
2383 DAG.getConstant(WidthY - 1, DL, MVT::i32), Const1); in lowerFCOPYSIGN64()
2385 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2387 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
2404 DAG.getConstant(WidthY - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()
2406 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2408 else if (WidthY > WidthX) in lowerFCOPYSIGN64()