Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstants.cpp2113 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2133 bool HasNUW, bool HasNSW) { in getAdd()
2144 bool HasNUW, bool HasNSW) { in getSub()
2155 bool HasNUW, bool HasNSW) { in getMul()
2204 bool HasNUW, bool HasNSW) { in getShl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2299 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()
/external/llvm-project/llvm/lib/IR/
DConstants.cpp2589 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2609 bool HasNUW, bool HasNSW) { in getAdd()
2620 bool HasNUW, bool HasNSW) { in getSub()
2631 bool HasNUW, bool HasNSW) { in getMul()
2685 bool HasNUW, bool HasNSW) { in getShl()
/external/llvm/include/llvm/IR/
DIRBuilder.h759 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h1132 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp800 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); in commonIDivTransforms() local
DInstructionCombining.cpp615 bool HasNSW = false; in tryFactorization() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp827 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); in commonIDivTransforms() local
DInstCombineAddSub.cpp1263 bool HasNSW = I.hasNoSignedWrap() && Op0->hasNoSignedWrap() && in factorizeMathWithShlOps() local
DInstructionCombining.cpp657 bool HasNSW = false; in tryFactorization() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1148 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp515 bool HasNSW = false; in tryFactorization() local