Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h514 computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() function
517 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, in computeOverflowForUnsignedAdd()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h838 computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h317 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd()
H A DInstCombineCompares.cpp5739 return computeOverflowForUnsignedAdd(LHS, RHS, CxtI); in computeOverflow()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1990 OverflowKind computeOverflowForUnsignedAdd(SDValue N0, SDValue N1) const;
1996 : computeOverflowForUnsignedAdd(N0, N1);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6348 llvm::computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4074 SelectionDAG::computeOverflowForUnsignedAdd(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedAdd() function in SelectionDAG
H A DDAGCombiner.cpp3255 if (DAG.computeOverflowForUnsignedAdd(N0, N1) == SelectionDAG::OFK_Never) in visitADDC()
3366 if (DAG.computeOverflowForUnsignedAdd(Y, One) == SelectionDAG::OFK_Never) in visitUADDOLike()