Lines Matching refs:hasNoUnsignedWrap
1040 (!isSigned && Mul->hasNoUnsignedWrap())) in SimplifyDiv()
1526 bool isNUW = AddInst->hasNoUnsignedWrap(); in SimplifyAndOfICmps()
1685 bool isNUW = AddInst->hasNoUnsignedWrap(); in SimplifyOrOfICmps()
2601 (CmpInst::isUnsigned(Pred) && LBO->hasNoUnsignedWrap()) || in SimplifyICmpInst()
2607 (CmpInst::isUnsigned(Pred) && RBO->hasNoUnsignedWrap()) || in SimplifyICmpInst()
2798 if (LBO->hasNoSignedWrap() || LBO->hasNoUnsignedWrap() || in SimplifyICmpInst()
2833 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); in SimplifyICmpInst()
3252 if (B->hasNoSignedWrap() || B->hasNoUnsignedWrap()) in SimplifyWithOpReplaced()
3959 cast<BinaryOperator>(I)->hasNoUnsignedWrap(), DL, in SimplifyInstruction()
3969 cast<BinaryOperator>(I)->hasNoUnsignedWrap(), DL, in SimplifyInstruction()
4007 cast<BinaryOperator>(I)->hasNoUnsignedWrap(), DL, in SimplifyInstruction()