Home | History | Annotate | Download | only in VMCore

Lines Matching refs:visitUserOp1

282     void visitUserOp1(Instruction &I);
283 void visitUserOp2(Instruction &I) { visitUserOp1(I); }
838 /// visitUserOp1 - User defined operators shouldn't live beyond the lifetime of
841 void Verifier::visitUserOp1(Instruction &I) {