Searched defs:HasNUW (Results 1 – 6 of 6) sorted by relevance
2659 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()2679 bool HasNUW, bool HasNSW) { in getAdd()2690 bool HasNUW, bool HasNSW) { in getSub()2701 bool HasNUW, bool HasNSW) { in getMul()2755 bool HasNUW, bool HasNSW) { in getShl()
1127 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
842 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); in commonIDivTransforms() local
1272 bool HasNUW = I.hasNoUnsignedWrap() && Op0->hasNoUnsignedWrap() && in factorizeMathWithShlOps() local
3936 bool HasNUW = BO0->hasNoUnsignedWrap() && C3->getValue().ule(AP1); in foldICmpBinOp() local3942 bool HasNUW = BO1->hasNoUnsignedWrap() && C3->getValue().ule(AP2); in foldICmpBinOp() local
658 bool HasNUW = false; in tryFactorization() local