Searched defs:HasNSW (Results 1 – 4 of 4) sorted by relevance
2299 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()2319 bool HasNUW, bool HasNSW) { in getAdd()2330 bool HasNUW, bool HasNSW) { in getSub()2341 bool HasNUW, bool HasNSW) { in getMul()2390 bool HasNUW, bool HasNSW) { in getShl()
800 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); in commonIDivTransforms() local
615 bool HasNSW = false; in tryFactorization() local
1148 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()