Home
last modified time | relevance | path

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

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