Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isNUW

35   bool isNUW = false, isNSW = false, isExact = false;
38 isNUW = BO->hasNoUnsignedWrap();
59 if (isNUW)
60 isNUW = cast<OverflowingBinaryOperator>(I)->hasNoUnsignedWrap();
124 if (isNUW) NewBinOp->setHasNoUnsignedWrap();
497 bool isNUW = false, isNSW = false, isExact = false;
517 isNUW = BO->hasNoUnsignedWrap();
538 if (isNUW)
539 isNUW = cast<OverflowingBinaryOperator>(I)->hasNoUnsignedWrap();
584 if (isNUW) BinOp->setHasNoUnsignedWrap();