Searched defs:HasNUW (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()
801 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); in commonIDivTransforms() local
616 bool HasNUW = false; in tryFactorization() local
1148 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()