Searched refs:WidthY (Results 1 – 1 of 1) sorted by relevance
1842 unsigned WidthY = Op.getOperand(1).getValueSizeInBits(); in lowerFCOPYSIGN64() local1843 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()1855 DAG.getConstant(WidthY - 1, MVT::i32), Const1); in lowerFCOPYSIGN64()1857 if (WidthX > WidthY) in lowerFCOPYSIGN64()1859 else if (WidthY > WidthX) in lowerFCOPYSIGN64()1875 DAG.getConstant(WidthY - 1, MVT::i32)); in lowerFCOPYSIGN64()1877 if (WidthX > WidthY) in lowerFCOPYSIGN64()1879 else if (WidthY > WidthX) in lowerFCOPYSIGN64()