/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 468 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/ |
D | InstCombiner.h | 470 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/ |
D | InstCombiner.h | 468 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 D | InstCombiner.h | 498 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/ |
D | InstCombiner.h | 507 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 D | InstCombineInternal.h | 574 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 D | InstCombineCompares.cpp | 4499 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 465 OverflowResult computeOverflowForSignedMul(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 | 517 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ValueTracking.h | 830 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ValueTracking.h | 866 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ValueTracking.h | 867 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ValueTracking.h | 866 OverflowResult computeOverflowForSignedMul(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 | 294 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul()
|
H A D | InstCombineCompares.cpp | 5034 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1977 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/ |
D | SelectionDAG.h | 2023 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/ |
D | SelectionDAG.h | 1977 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/ |
D | SelectionDAG.h | 1977 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 D | ValueTracking.cpp | 4188 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 D | ValueTracking.cpp | 4968 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function in llvm
|