/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 333 OverflowResult computeOverflowForSignedAdd(Value *LHS, Value *RHS, 339 OverflowResult computeOverflowForSignedAdd(AddOperator *Add,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 478 OverflowResult computeOverflowForSignedAdd(const Value *LHS, const Value *RHS, 484 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 483 computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForSignedAdd() function 486 return llvm::computeOverflowForSignedAdd(LHS, RHS, in computeOverflowForSignedAdd()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 485 computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForSignedAdd() function 488 return llvm::computeOverflowForSignedAdd(LHS, RHS, in computeOverflowForSignedAdd()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 483 computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForSignedAdd() function 486 return llvm::computeOverflowForSignedAdd(LHS, RHS, in computeOverflowForSignedAdd()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 509 OverflowResult computeOverflowForSignedAdd(const Value *LHS, const Value *RHS, in computeOverflowForSignedAdd() function 511 return llvm::computeOverflowForSignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedAdd()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 522 computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForSignedAdd() function 525 return llvm::computeOverflowForSignedAdd(LHS, RHS, in computeOverflowForSignedAdd()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 529 OverflowResult computeOverflowForSignedAdd(const Value *LHS, const Value *RHS, 535 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 538 return computeOverflowForSignedAdd(LHS, RHS, &CxtI) == in willNotOverflowSignedAdd() 772 OverflowResult computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd() function 775 return llvm::computeOverflowForSignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedAdd()
|
H A D | InstCombineCompares.cpp | 4489 return computeOverflowForSignedAdd(LHS, RHS, CxtI); in computeOverflow()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ValueTracking.h | 836 OverflowResult computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, 840 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ValueTracking.h | 872 OverflowResult computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, 876 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ValueTracking.h | 873 OverflowResult computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, 877 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ValueTracking.h | 872 OverflowResult computeOverflowForSignedAdd(const WithCache<const Value *> &LHS, 876 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 348 computeOverflowForSignedAdd(AO, *DL, AC, GEP, DT) != in tryReassociateGEPAtIndex()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 351 computeOverflowForSignedAdd(AO, *DL, AC, GEP, DT) != in tryReassociateGEPAtIndex()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 3354 static OverflowResult computeOverflowForSignedAdd( in computeOverflowForSignedAdd() function 3459 OverflowResult llvm::computeOverflowForSignedAdd(AddOperator *Add, in computeOverflowForSignedAdd() function in llvm 3464 return ::computeOverflowForSignedAdd(Add->getOperand(0), Add->getOperand(1), in computeOverflowForSignedAdd() 3468 OverflowResult llvm::computeOverflowForSignedAdd(Value *LHS, Value *RHS, in computeOverflowForSignedAdd() function in llvm 3473 return ::computeOverflowForSignedAdd(LHS, RHS, nullptr, DL, AC, CxtI, DT); in computeOverflowForSignedAdd()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 376 computeOverflowForSignedAdd(AO, *DL, AC, GEP, DT) != in tryReassociateGEPAtIndex()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4243 static OverflowResult computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd() function 4403 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd() function in llvm 4408 return ::computeOverflowForSignedAdd(Add->getOperand(0), Add->getOperand(1), in computeOverflowForSignedAdd() 4412 OverflowResult llvm::computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd() function in llvm 4418 return ::computeOverflowForSignedAdd(LHS, RHS, nullptr, DL, AC, CxtI, DT); in computeOverflowForSignedAdd()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 258 return computeOverflowForSignedAdd(LHS, RHS, &CxtI) == in willNotOverflowSignedAdd()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 5023 static OverflowResult computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd() function 5595 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd() function in llvm 5600 return ::computeOverflowForSignedAdd(Add->getOperand(0), Add->getOperand(1), in computeOverflowForSignedAdd() 5604 OverflowResult llvm::computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd() function in llvm 5610 return ::computeOverflowForSignedAdd(LHS, RHS, nullptr, DL, AC, CxtI, DT); in computeOverflowForSignedAdd()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1941 OverflowKind computeOverflowForSignedAdd(SDValue N0, SDValue N1) const; 1949 return IsSigned ? computeOverflowForSignedAdd(N0, N1)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1987 OverflowKind computeOverflowForSignedAdd(SDValue N0, SDValue N1) const; 1995 return IsSigned ? computeOverflowForSignedAdd(N0, N1)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1941 OverflowKind computeOverflowForSignedAdd(SDValue N0, SDValue N1) const; 1949 return IsSigned ? computeOverflowForSignedAdd(N0, N1)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1941 OverflowKind computeOverflowForSignedAdd(SDValue N0, SDValue N1) const; 1949 return IsSigned ? computeOverflowForSignedAdd(N0, N1)
|