/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 152 const bool HasNUW = Mul.hasNoUnsignedWrap(); in foldMulShl1() local 210 const bool HasNUW = I.hasNoUnsignedWrap(); in visitMul() local 890 bool HasNUW = Mul->hasNoUnsignedWrap() && Shl->hasNoUnsignedWrap(); in foldIDivShl() local 1072 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); in commonIDivTransforms() local
|
D | InstCombineCompares.cpp | 2647 bool HasNUW = Sub->hasNoUnsignedWrap(); in foldICmpSubConstant() local 4250 bool HasNUW = BO0->hasNoUnsignedWrap() && Diff.ule(*AP1); in foldICmpBinOp() local 4257 bool HasNUW = BO1->hasNoUnsignedWrap() && Diff.ule(*AP2); in foldICmpBinOp() local
|
D | InstCombineAddSub.cpp | 1284 bool HasNUW = I.hasNoUnsignedWrap() && Op0->hasNoUnsignedWrap() && in factorizeMathWithShlOps() local
|
D | InstructionCombining.cpp | 701 bool HasNUW = false; in tryFactorization() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 59 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
|
D | ConstantFolder.h | 69 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
|
D | IRBuilder.h | 1189 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | InstSimplifyFolder.h | 61 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
|
D | TargetFolder.h | 80 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
|
/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/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Constants.cpp | 2644 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg() 2658 bool HasNUW, bool HasNSW) { in getAdd() 2665 bool HasNUW, bool HasNSW) { in getSub() 2672 bool HasNUW, bool HasNSW) { in getMul() 2696 bool HasNUW, bool HasNSW) { in getShl()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 759 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1148 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 7076 bool HasNUW = IIQ.hasNoUnsignedWrap(&BO); in setLimitsForBinOp() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 8720 bool HasNUW, in addCanonicalIVRecipes()
|