Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1396 for (const Record *VarDef : in getIntersectingVariants() local
1398 Variants.emplace_back(VarDef, SchedRW.Index, VarProcIdx, 0); in getIntersectingVariants()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4265 const auto *VarDef = dyn_cast<VarDecl>(DRE->getDecl()); in IsPreserveAIArrayBase() local
4266 if (!VarDef) in IsPreserveAIArrayBase()
4269 const auto *PtrT = VarDef->getType()->getAs<PointerType>(); in IsPreserveAIArrayBase()