Searched defs:computeOverflowForUnsignedSub (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/InstCombine/ | ||
H A D | InstCombiner.h | 492 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, computeOverflowForUnsignedSub() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ValueTracking.cpp | 6925 OverflowResult llvm::computeOverflowForUnsignedSub(const Value *LHS, computeOverflowForUnsignedSub() function in llvm |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 4290 SelectionDAG::computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const { computeOverflowForUnsignedSub() function in SelectionDAG |