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 | 505 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 D | ValueTracking.h | 651 LLVM_ABI OverflowResult computeOverflowForSignedSub(const Value *LHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 335 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
|
| H A D | InstCombineCompares.cpp | 6476 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 2588 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 D | SelectionDAG.h | 2124 LLVM_ABI OverflowKind computeOverflowForSignedSub(SDValue N0, 2134 return IsSigned ? computeOverflowForSignedSub(N0, N1)
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 7241 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 4544 SelectionDAG::computeOverflowForSignedSub(SDValue N0, SDValue N1) const { in computeOverflowForSignedSub() function in SelectionDAG
|