Home
last modified time | relevance | path

Searched refs:computeOverflowForSignedAdd (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DValueTracking.h333 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 DValueTracking.h478 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/
DInstCombiner.h483 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/
DInstCombiner.h485 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/
DInstCombiner.h483 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 DInstCombiner.h509 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/
DInstCombiner.h522 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 DValueTracking.h529 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 DInstCombineInternal.h538 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 DInstCombineCompares.cpp4489 return computeOverflowForSignedAdd(LHS, RHS, CxtI); in computeOverflow()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DValueTracking.h836 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/
DValueTracking.h872 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/
DValueTracking.h873 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/
DValueTracking.h872 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 DNaryReassociate.cpp348 computeOverflowForSignedAdd(AO, *DL, AC, GEP, DT) != in tryReassociateGEPAtIndex()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp351 computeOverflowForSignedAdd(AO, *DL, AC, GEP, DT) != in tryReassociateGEPAtIndex()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DValueTracking.cpp3354 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 DNaryReassociate.cpp376 computeOverflowForSignedAdd(AO, *DL, AC, GEP, DT) != in tryReassociateGEPAtIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp4243 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 DInstCombineInternal.h258 return computeOverflowForSignedAdd(LHS, RHS, &CxtI) == in willNotOverflowSignedAdd()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp5023 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/
DSelectionDAG.h1941 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/
DSelectionDAG.h1987 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/
DSelectionDAG.h1941 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/
DSelectionDAG.h1941 OverflowKind computeOverflowForSignedAdd(SDValue N0, SDValue N1) const;
1949 return IsSigned ? computeOverflowForSignedAdd(N0, N1)

12