Home
last modified time | relevance | path

Searched refs:computeOverflowForSignedMul (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h470 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
472 return llvm::computeOverflowForSignedMul(LHS, RHS, in computeOverflowForSignedMul()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h911 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h352 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul()
H A DInstCombineCompares.cpp6076 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2004 OverflowKind computeOverflowForSignedMul(SDValue N0, SDValue N1) const;
2012 return IsSigned ? computeOverflowForSignedMul(N0, N1)
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6985 OverflowResult llvm::computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4317 SelectionDAG::computeOverflowForSignedMul(SDValue N0, SDValue N1) const { in computeOverflowForSignedMul() function in SelectionDAG