/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 497 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/ |
D | InstCombiner.h | 499 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/ |
D | InstCombiner.h | 497 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 D | InstCombiner.h | 520 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/ |
D | InstCombiner.h | 536 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 D | InstCombineInternal.h | 556 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 D | InstCombineCompares.cpp | 4494 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 494 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 545 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ValueTracking.h | 844 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ValueTracking.h | 880 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ValueTracking.h | 881 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ValueTracking.h | 880 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 276 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
|
H A D | InstCombineCompares.cpp | 5029 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1959 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/ |
D | SelectionDAG.h | 2005 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/ |
D | SelectionDAG.h | 1959 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/ |
D | SelectionDAG.h | 1959 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 D | ValueTracking.cpp | 4319 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 D | ValueTracking.cpp | 5125 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm
|