Searched refs:VarDef (Results 1 – 2 of 2) sorted by relevance
1443 for (Record *VarDef : VarDefs) in getIntersectingVariants()1444 Variants.emplace_back(VarDef, SchedRW.Index, VarProcIdx, 0); in getIntersectingVariants()
4039 const auto *VarDef = dyn_cast<VarDecl>(DRE->getDecl()); in IsPreserveAIArrayBase() local4040 if (!VarDef) in IsPreserveAIArrayBase()4043 const auto *PtrT = VarDef->getType()->getAs<PointerType>(); in IsPreserveAIArrayBase()