Home
last modified time | relevance | path

Searched refs:computeOverflowForUnsignedAdd (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h483 computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() function
486 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, in computeOverflowForUnsignedAdd()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h639 LLVM_ABI OverflowResult computeOverflowForUnsignedAdd(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h323 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd()
H A DInstCombineCompares.cpp6473 return computeOverflowForUnsignedAdd(LHS, RHS, CxtI); in computeOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2108 LLVM_ABI OverflowKind computeOverflowForUnsignedAdd(SDValue N0,
2115 : computeOverflowForUnsignedAdd(N0, N1);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2669 if (computeOverflowForUnsignedAdd(InvariantOp, InvariantRHS, SQ) != in hoistSub()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7140 llvm::computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4521 SelectionDAG::computeOverflowForUnsignedAdd(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedAdd() function in SelectionDAG
H A DDAGCombiner.cpp3407 if (DAG.computeOverflowForUnsignedAdd(N0, N1) == SelectionDAG::OFK_Never) in visitADDC()
3499 if (DAG.computeOverflowForUnsignedAdd(Y, One) == SelectionDAG::OFK_Never) in visitUADDOLike()