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.h505 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
507 return llvm::computeOverflowForSignedSub(LHS, RHS, in computeOverflowForSignedSub()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h651 LLVM_ABI OverflowResult computeOverflowForSignedSub(const Value *LHS,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h335 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
H A DInstCombineCompares.cpp6476 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2588 if (IsSigned && computeOverflowForSignedSub(InvariantRHS, InvariantOp, SQ) != in hoistAdd()
2654 if (computeOverflowForSignedSub(InvariantOp, InvariantRHS, SQ) != in hoistSub()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2124 LLVM_ABI OverflowKind computeOverflowForSignedSub(SDValue N0,
2134 return IsSigned ? computeOverflowForSignedSub(N0, N1)
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7241 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4544 SelectionDAG::computeOverflowForSignedSub(SDValue N0, SDValue N1) const { in computeOverflowForSignedSub() function in SelectionDAG