Searched defs:HasNUW (Results 1 – 11 of 11) 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 | 801 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); in commonIDivTransforms() local
|
D | InstructionCombining.cpp | 616 bool HasNUW = false; in tryFactorization() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 828 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); in commonIDivTransforms() local
|
D | InstCombineAddSub.cpp | 1265 bool HasNUW = I.hasNoUnsignedWrap() && Op0->hasNoUnsignedWrap() && in factorizeMathWithShlOps() local
|
D | InstructionCombining.cpp | 658 bool HasNUW = 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()
|