Searched refs:computeOverflowKind (Results 1 – 3 of 3) sorted by relevance
1456 OverflowKind computeOverflowKind(SDValue N0, SDValue N1) const;
2216 if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never) in visitADDSAT()2340 if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never) in visitADDC()2405 if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never) in visitUADDO()2435 if (DAG.computeOverflowKind(Y, One) == SelectionDAG::OFK_Never) in visitUADDOLike()
3203 SelectionDAG::OverflowKind SelectionDAG::computeOverflowKind(SDValue N0, in computeOverflowKind() function in SelectionDAG