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