Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/InstCombine/
DInstCombiner.h468 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
470 return llvm::computeOverflowForSignedMul(LHS, RHS, in computeOverflowForSignedMul()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/InstCombine/
DInstCombiner.h470 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
472 return llvm::computeOverflowForSignedMul(LHS, RHS, in computeOverflowForSignedMul()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/InstCombine/
DInstCombiner.h468 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
470 return llvm::computeOverflowForSignedMul(LHS, RHS, in computeOverflowForSignedMul()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h498 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
500 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedMul()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/InstCombine/
DInstCombiner.h507 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
509 return llvm::computeOverflowForSignedMul(LHS, RHS, in computeOverflowForSignedMul()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h574 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul()
760 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function
763 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedMul()
H A DInstCombineCompares.cpp4499 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h465 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DValueTracking.h517 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DValueTracking.h830 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DValueTracking.h866 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DValueTracking.h867 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DValueTracking.h866 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h294 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul()
H A DInstCombineCompares.cpp5034 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DSelectionDAG.h1977 OverflowKind computeOverflowForSignedMul(SDValue N0, SDValue N1) const;
1985 return IsSigned ? computeOverflowForSignedMul(N0, N1)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DSelectionDAG.h2023 OverflowKind computeOverflowForSignedMul(SDValue N0, SDValue N1) const;
2031 return IsSigned ? computeOverflowForSignedMul(N0, N1)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DSelectionDAG.h1977 OverflowKind computeOverflowForSignedMul(SDValue N0, SDValue N1) const;
1985 return IsSigned ? computeOverflowForSignedMul(N0, N1)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DSelectionDAG.h1977 OverflowKind computeOverflowForSignedMul(SDValue N0, SDValue N1) const;
1985 return IsSigned ? computeOverflowForSignedMul(N0, N1)
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp4188 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function in llvm
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp4968 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function in llvm