Searched refs:computeOverflowForUnsignedMul (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 488 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function 491 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedMul()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 298 return computeOverflowForUnsignedMul(LHS, RHS, &CxtI) == in willNotOverflowUnsignedMul() 496 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function 499 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedMul()
|
| H A D | InstCombineCompares.cpp | 5027 return computeOverflowForUnsignedMul(LHS, RHS, CxtI); in computeOverflow()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 519 OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 618 OverflowResult OR = computeOverflowForUnsignedMul( in checkOverflow()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4844 OverflowResult llvm::computeOverflowForUnsignedMul( in computeOverflowForUnsignedMul() function in llvm
|