Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:visitAdd

775   void visitAdd(const User &I)  { visitBinary(I, ISD::ADD); }