Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp2174 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()
/external/llvm/include/llvm/IR/
DIRBuilder.h744 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp519 bool HasNSW = false; in tryFactorization() local