Searched refs:computeOverflowForSignedMul (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
D | InstCombiner.h | 476 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function 478 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedMul()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 289 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul() 488 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function 491 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedMul()
|
D | InstCombineCompares.cpp | 4570 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
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()
|
D | InstCombineCompares.cpp | 4499 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 465 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 503 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4188 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function in llvm
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4498 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function in llvm
|