Searched defs:HasNSW (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()
841 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); in commonIDivTransforms() local
1270 bool HasNSW = I.hasNoSignedWrap() && Op0->hasNoSignedWrap() && in factorizeMathWithShlOps() local
3937 bool HasNSW = BO0->hasNoSignedWrap(); in foldICmpBinOp() local3943 bool HasNSW = BO1->hasNoSignedWrap(); in foldICmpBinOp() local
657 bool HasNSW = false; in tryFactorization() local