Searched defs:HasNSW (Results 1 – 3 of 3) sorted by relevance
2239 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()2259 bool HasNUW, bool HasNSW) { in getAdd()2270 bool HasNUW, bool HasNSW) { in getSub()2281 bool HasNUW, bool HasNSW) { in getMul()2330 bool HasNUW, bool HasNSW) { in getShl()
686 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
510 bool HasNSW = false; in tryFactorization() local