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