Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:visitMul

730   void visitMul(const User &I)  { visitBinary(I, ISD::MUL); }