Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h507 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
509 return llvm::computeOverflowForSignedMul(LHS, RHS, in computeOverflowForSignedMul()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h835 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h347 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul()
H A DInstCombineCompares.cpp5747 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2023 OverflowKind computeOverflowForSignedMul(SDValue N0, SDValue N1) const;
2031 return IsSigned ? computeOverflowForSignedMul(N0, N1)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6308 OverflowResult llvm::computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4141 SelectionDAG::computeOverflowForSignedMul(SDValue N0, SDValue N1) const { in computeOverflowForSignedMul() function in SelectionDAG