Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1963 unsigned WidthX = Op.getOperand(0).getValueSizeInBits(); in lowerFCOPYSIGN64() local
1965 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()
1979 if (WidthX > WidthY) in lowerFCOPYSIGN64()
1981 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
1985 DAG.getConstant(WidthX - 1, DL, MVT::i32), Const1, in lowerFCOPYSIGN64()
2000 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2002 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
2006 DAG.getConstant(WidthX - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()