Searched refs:WidthX (Results 1 – 1 of 1) sorted by relevance
2396 unsigned WidthX = Op.getOperand(0).getValueSizeInBits(); in lowerFCOPYSIGN64() local2398 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()2412 if (WidthX > WidthY) in lowerFCOPYSIGN64()2414 else if (WidthY > WidthX) in lowerFCOPYSIGN64()2418 DAG.getConstant(WidthX - 1, DL, MVT::i32), Const1, in lowerFCOPYSIGN64()2433 if (WidthX > WidthY) in lowerFCOPYSIGN64()2435 else if (WidthY > WidthX) in lowerFCOPYSIGN64()2439 DAG.getConstant(WidthX - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()