Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2365 unsigned WidthX = Op.getOperand(0).getValueSizeInBits(); in lowerFCOPYSIGN64() local
2367 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()
2381 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2383 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
2387 DAG.getConstant(WidthX - 1, DL, MVT::i32), Const1, in lowerFCOPYSIGN64()
2402 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2404 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
2408 DAG.getConstant(WidthX - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()