Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:udiv

784   void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); }