Searched refs:WidthX (Results 1 – 1 of 1) sorted by relevance
1701 unsigned WidthX = Op.getOperand(0).getValueSizeInBits(); in lowerFCOPYSIGN64() local1703 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()1717 if (WidthX > WidthY) in lowerFCOPYSIGN64()1719 else if (WidthY > WidthX) in lowerFCOPYSIGN64()1723 DAG.getConstant(WidthX - 1, MVT::i32), Const1, X); in lowerFCOPYSIGN64()1737 if (WidthX > WidthY) in lowerFCOPYSIGN64()1739 else if (WidthY > WidthX) in lowerFCOPYSIGN64()1743 DAG.getConstant(WidthX - 1, MVT::i32)); in lowerFCOPYSIGN64()