Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h499 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
501 return llvm::computeOverflowForSignedSub(LHS, RHS, in computeOverflowForSignedSub()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h925 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h334 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
H A DInstCombineCompares.cpp6071 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2564 computeOverflowForSignedSub(InvariantRHS, InvariantOp, in hoistAdd()
2619 if (computeOverflowForSignedSub(InvariantOp, InvariantRHS, SQ) != in hoistSub()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1986 OverflowKind computeOverflowForSignedSub(SDValue N0, SDValue N1) const;
1994 return IsSigned ? computeOverflowForSignedSub(N0, N1)
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7130 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4273 SelectionDAG::computeOverflowForSignedSub(SDValue N0, SDValue N1) const { in computeOverflowForSignedSub() function in SelectionDAG