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.cpp1443 for (Record *VarDef : VarDefs) in getIntersectingVariants()
1444 Variants.emplace_back(VarDef, SchedRW.Index, VarProcIdx, 0); in getIntersectingVariants()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4039 const auto *VarDef = dyn_cast<VarDecl>(DRE->getDecl()); in IsPreserveAIArrayBase() local
4040 if (!VarDef) in IsPreserveAIArrayBase()
4043 const auto *PtrT = VarDef->getType()->getAs<PointerType>(); in IsPreserveAIArrayBase()