Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1921 unsigned WidthY = Op.getOperand(1).getValueSizeInBits(); in lowerFCOPYSIGN64() local
1922 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()
1934 DAG.getConstant(WidthY - 1, MVT::i32), Const1); in lowerFCOPYSIGN64()
1936 if (WidthX > WidthY) in lowerFCOPYSIGN64()
1938 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
1954 DAG.getConstant(WidthY - 1, MVT::i32)); in lowerFCOPYSIGN64()
1956 if (WidthX > WidthY) in lowerFCOPYSIGN64()
1958 else if (WidthY > WidthX) in lowerFCOPYSIGN64()