Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h538 return computeOverflowForUnsignedMul(LHS, RHS, &CxtI) == in willNotOverflowUnsignedMul()
699 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function
702 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedMul()
H A DInstCombineCompares.cpp3885 OverflowResult OR = computeOverflowForUnsignedMul(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h417 OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp3929 OverflowResult llvm::computeOverflowForUnsignedMul( in computeOverflowForUnsignedMul() function in llvm