Searched defs:HasNSW (Results 1 – 3 of 3) sorted by relevance
2174 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()2194 bool HasNUW, bool HasNSW) { in getAdd()2205 bool HasNUW, bool HasNSW) { in getSub()2216 bool HasNUW, bool HasNSW) { in getMul()2265 bool HasNUW, bool HasNSW) { in getShl()
744 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
519 bool HasNSW = false; in tryFactorization() local