Home
last modified time | relevance | path

Searched refs:computeOverflowForSignedSub (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/InstCombine/
DInstCombiner.h497 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
499 return llvm::computeOverflowForSignedSub(LHS, RHS, in computeOverflowForSignedSub()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/InstCombine/
DInstCombiner.h499 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
501 return llvm::computeOverflowForSignedSub(LHS, RHS, in computeOverflowForSignedSub()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/InstCombine/
DInstCombiner.h497 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
499 return llvm::computeOverflowForSignedSub(LHS, RHS, in computeOverflowForSignedSub()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h520 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
522 return llvm::computeOverflowForSignedSub(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedSub()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/InstCombine/
DInstCombiner.h536 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
538 return llvm::computeOverflowForSignedSub(LHS, RHS, in computeOverflowForSignedSub()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h556 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
784 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
786 return llvm::computeOverflowForSignedSub(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedSub()
H A DInstCombineCompares.cpp4494 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h494 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DValueTracking.h545 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DValueTracking.h844 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DValueTracking.h880 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DValueTracking.h881 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DValueTracking.h880 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h276 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
H A DInstCombineCompares.cpp5029 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DSelectionDAG.h1959 OverflowKind computeOverflowForSignedSub(SDValue N0, SDValue N1) const;
1967 return IsSigned ? computeOverflowForSignedSub(N0, N1)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DSelectionDAG.h2005 OverflowKind computeOverflowForSignedSub(SDValue N0, SDValue N1) const;
2013 return IsSigned ? computeOverflowForSignedSub(N0, N1)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DSelectionDAG.h1959 OverflowKind computeOverflowForSignedSub(SDValue N0, SDValue N1) const;
1967 return IsSigned ? computeOverflowForSignedSub(N0, N1)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DSelectionDAG.h1959 OverflowKind computeOverflowForSignedSub(SDValue N0, SDValue N1) const;
1967 return IsSigned ? computeOverflowForSignedSub(N0, N1)
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp4319 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp5125 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm