Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h462 OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
466 return llvm::computeOverflowForUnsignedMul(
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h908 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, const Value *RHS,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp655 OverflowResult OR = computeOverflowForUnsignedMul( in checkOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h359 return computeOverflowForUnsignedMul(LHS, RHS, &CxtI, IsNSW) ==
H A DInstCombineCompares.cpp6078 return computeOverflowForUnsignedMul(LHS, RHS, CxtI); in computeOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2007 OverflowKind computeOverflowForUnsignedMul(SDValue N0, SDValue N1) const;
2013 : computeOverflowForUnsignedMul(N0, N1);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6969 OverflowResult llvm::computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4304 SelectionDAG::computeOverflowForUnsignedMul(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedMul() function in SelectionDAG