Searched refs:computeOverflowForUnsignedAdd (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 477 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 D | ValueTracking.h | 914 computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 322 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd()
|
H A D | InstCombineCompares.cpp | 6068 return computeOverflowForUnsignedAdd(LHS, RHS, CxtI); in computeOverflow()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1971 OverflowKind computeOverflowForUnsignedAdd(SDValue N0, SDValue N1) const; 1977 : computeOverflowForUnsignedAdd(N0, N1);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 7025 llvm::computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, in computeOverflowForUnsignedAdd() function in llvm
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 4250 SelectionDAG::computeOverflowForUnsignedAdd(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedAdd() function in SelectionDAG
|
H A D | DAGCombiner.cpp | 3247 if (DAG.computeOverflowForUnsignedAdd(N0, N1) == SelectionDAG::OFK_Never) in visitADDC() 3358 if (DAG.computeOverflowForUnsignedAdd(Y, One) == SelectionDAG::OFK_Never) in visitUADDOLike()
|