Searched defs:computeOverflowForUnsignedAdd (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ | ||
H A D | InstCombiner.h | 514 computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, computeOverflowForUnsignedAdd() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | ValueTracking.cpp | 6348 llvm::computeOverflowForUnsignedAdd(const WithCache<const Value *> &LHS, computeOverflowForUnsignedAdd() function in llvm |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 4074 SelectionDAG::computeOverflowForUnsignedAdd(SDValue N0, SDValue N1) const { computeOverflowForUnsignedAdd() function in SelectionDAG |