Searched refs:InstRec (Results 1 – 2 of 2) sorted by relevance
142 CodeGenInstruction &getInstruction(const Record *InstRec) const { in getInstruction() argument144 auto I = Instructions.find(InstRec); in getInstruction()
1154 const Expr* InstRec = ME->getInstanceReceiver(); in isCallToSelfClass() local1155 if (!InstRec) in isCallToSelfClass()1157 const auto *InstRecIg = dyn_cast<DeclRefExpr>(InstRec->IgnoreParenImpCasts()); in isCallToSelfClass()