Home
last modified time | relevance | path

Searched refs:InstRec (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.h142 CodeGenInstruction &getInstruction(const Record *InstRec) const { in getInstruction() argument
144 auto I = Instructions.find(InstRec); in getInstruction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1154 const Expr* InstRec = ME->getInstanceReceiver(); in isCallToSelfClass() local
1155 if (!InstRec) in isCallToSelfClass()
1157 const auto *InstRecIg = dyn_cast<DeclRefExpr>(InstRec->IgnoreParenImpCasts()); in isCallToSelfClass()