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