Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:visitAnd

787   void visitAnd (const User &I) { visitBinary(I, ISD::AND); }