Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isNUW

34   bool isNUW = false, isNSW = false, isExact = false;
37 isNUW = BO->hasNoUnsignedWrap();
58 if (isNUW)
59 isNUW = cast<OverflowingBinaryOperator>(I)->hasNoUnsignedWrap();
123 if (isNUW) NewBinOp->setHasNoUnsignedWrap();
405 bool isNUW = false, isNSW = false, isExact = false;
425 isNUW = BO->hasNoUnsignedWrap();
446 if (isNUW)
447 isNUW = cast<OverflowingBinaryOperator>(I)->hasNoUnsignedWrap();
492 if (isNUW) BinOp->setHasNoUnsignedWrap();