Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h482 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function
485 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedMul()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h299 return computeOverflowForUnsignedMul(LHS, RHS, &CxtI) == in willNotOverflowUnsignedMul()
488 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function
491 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedMul()
H A DInstCombineCompares.cpp4659 return computeOverflowForUnsignedMul(LHS, RHS, CxtI); in computeOverflow()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h498 OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp445 OverflowResult OR = computeOverflowForUnsignedMul( in checkOverflow()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4701 OverflowResult llvm::computeOverflowForUnsignedMul( in computeOverflowForUnsignedMul() function in llvm