Home
last modified time | relevance | path

Searched defs:HasNSW (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp2239 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()
/NextBSD/contrib/llvm/include/llvm/IR/
HDIRBuilder.h686 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp510 bool HasNSW = false; in tryFactorization() local