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.h476 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
478 return llvm::computeOverflowForSignedMul(LHS, RHS, in computeOverflowForSignedMul()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h636 LLVM_ABI OverflowResult computeOverflowForSignedMul(const Value *LHS,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h353 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul()
H A DInstCombineCompares.cpp6481 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2144 LLVM_ABI OverflowKind computeOverflowForSignedMul(SDValue N0,
2154 return IsSigned ? computeOverflowForSignedMul(N0, N1)
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7100 OverflowResult llvm::computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4588 SelectionDAG::computeOverflowForSignedMul(SDValue N0, SDValue N1) const { in computeOverflowForSignedMul() function in SelectionDAG