Searched refs:WidthX (Results 1 – 1 of 1) sorted by relevance
1950 unsigned WidthX = Op.getOperand(0).getValueSizeInBits(); in lowerFCOPYSIGN64() local1952 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()1966 if (WidthX > WidthY) in lowerFCOPYSIGN64()1968 else if (WidthY > WidthX) in lowerFCOPYSIGN64()1972 DAG.getConstant(WidthX - 1, DL, MVT::i32), Const1, in lowerFCOPYSIGN64()1987 if (WidthX > WidthY) in lowerFCOPYSIGN64()1989 else if (WidthY > WidthX) in lowerFCOPYSIGN64()1993 DAG.getConstant(WidthX - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()