Searched defs:HasNSW (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/IR/ |
D | Constants.cpp | 2113 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/ |
D | Constants.cpp | 2299 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/ |
D | Constants.cpp | 2589 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/ |
D | IRBuilder.h | 759 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1132 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 800 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); in commonIDivTransforms() local
|
D | InstructionCombining.cpp | 615 bool HasNSW = false; in tryFactorization() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 827 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); in commonIDivTransforms() local
|
D | InstCombineAddSub.cpp | 1263 bool HasNSW = I.hasNoSignedWrap() && Op0->hasNoSignedWrap() && in factorizeMathWithShlOps() local
|
D | InstructionCombining.cpp | 657 bool HasNSW = false; in tryFactorization() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1148 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 515 bool HasNSW = false; in tryFactorization() local
|