Searched refs:computeOverflowForSignedSub (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 499 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 D | ValueTracking.h | 925 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 334 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
|
H A D | InstCombineCompares.cpp | 6071 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 2564 computeOverflowForSignedSub(InvariantRHS, InvariantOp, in hoistAdd() 2619 if (computeOverflowForSignedSub(InvariantOp, InvariantRHS, SQ) != in hoistSub()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1986 OverflowKind computeOverflowForSignedSub(SDValue N0, SDValue N1) const; 1994 return IsSigned ? computeOverflowForSignedSub(N0, N1)
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 7130 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 4273 SelectionDAG::computeOverflowForSignedSub(SDValue N0, SDValue N1) const { in computeOverflowForSignedSub() function in SelectionDAG
|