Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h498 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function
501 return llvm::computeOverflowForUnsignedSub(LHS, RHS, in computeOverflowForUnsignedSub()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h648 LLVM_ABI OverflowResult computeOverflowForUnsignedSub(const Value *LHS,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h341 return computeOverflowForUnsignedSub(LHS, RHS, &CxtI) == in willNotOverflowUnsignedSub()
H A DInstCombineCompares.cpp6478 return computeOverflowForUnsignedSub(LHS, RHS, CxtI); in computeOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2592 computeOverflowForUnsignedSub(InvariantRHS, InvariantOp, SQ) != in hoistAdd()
2659 if (computeOverflowForUnsignedSub(InvariantOp, InvariantRHS, SQ) != in hoistSub()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2128 LLVM_ABI OverflowKind computeOverflowForUnsignedSub(SDValue N0,
2135 : computeOverflowForUnsignedSub(N0, N1);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7208 OverflowResult llvm::computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4562 SelectionDAG::computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedSub() function in SelectionDAG