Home
last modified time | relevance | path

Searched refs:computeOverflowForUnsignedMul (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h488 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 DInstCombineInternal.h298 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 DInstCombineCompares.cpp5027 return computeOverflowForUnsignedMul(LHS, RHS, CxtI); in computeOverflow()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h519 OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp618 OverflowResult OR = computeOverflowForUnsignedMul( in checkOverflow()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4844 OverflowResult llvm::computeOverflowForUnsignedMul( in computeOverflowForUnsignedMul() function in llvm