Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h536 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
538 return llvm::computeOverflowForSignedSub(LHS, RHS, in computeOverflowForSignedSub()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h849 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h329 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
H A DInstCombineCompares.cpp5742 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2549 computeOverflowForSignedSub(InvariantRHS, InvariantOp, in hoistAdd()
2604 if (computeOverflowForSignedSub(InvariantOp, InvariantRHS, SQ) != in hoistSub()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2005 OverflowKind computeOverflowForSignedSub(SDValue N0, SDValue N1) const;
2013 return IsSigned ? computeOverflowForSignedSub(N0, N1)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6453 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4097 SelectionDAG::computeOverflowForSignedSub(SDValue N0, SDValue N1) const { in computeOverflowForSignedSub() function in SelectionDAG