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