Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h492 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function
495 return llvm::computeOverflowForUnsignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedMul()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h511 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, const Value *RHS,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp645 OverflowResult OR = computeOverflowForUnsignedMul( in checkOverflow()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h300 return computeOverflowForUnsignedMul(LHS, RHS, &CxtI) == in willNotOverflowUnsignedMul()
H A DInstCombineCompares.cpp5026 return computeOverflowForUnsignedMul(LHS, RHS, CxtI); in computeOverflow()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4954 OverflowResult llvm::computeOverflowForUnsignedMul( in computeOverflowForUnsignedMul() function in llvm