Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h477 computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() function
480 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, in computeOverflowForUnsignedAdd()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h914 computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h322 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd()
H A DInstCombineCompares.cpp6068 return computeOverflowForUnsignedAdd(LHS, RHS, CxtI); in computeOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1971 OverflowKind computeOverflowForUnsignedAdd(SDValue N0, SDValue N1) const;
1977 : computeOverflowForUnsignedAdd(N0, N1);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7025 llvm::computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4250 SelectionDAG::computeOverflowForUnsignedAdd(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedAdd() function in SelectionDAG
H A DDAGCombiner.cpp3247 if (DAG.computeOverflowForUnsignedAdd(N0, N1) == SelectionDAG::OFK_Never) in visitADDC()
3358 if (DAG.computeOverflowForUnsignedAdd(Y, One) == SelectionDAG::OFK_Never) in visitUADDOLike()