Searched refs:LRT (Results 1 – 4 of 4) sorted by relevance
268 const auto *LRT = Param->getType()->getAs<LValueReferenceType>(); in inferLifetimeBoundAttribute() local269 if (LRT && LRT->getPointeeType().IgnoreParens()->isArrayType()) in inferLifetimeBoundAttribute()
355 if (const LValueReferenceType *LRT = dyn_cast<LValueReferenceType>(T)) in getFragmentsForType() local358 getFragmentsForType(LRT->getPointeeTypeAsWritten(), Context, After)) in getFragmentsForType()
5941 auto &LRT = AM.getResult<LastRunTrackingAnalysis>(F); in run() local5943 if (LRT.shouldSkip(&ID)) in run()5963 LRT.update(&ID, /*Changed=*/false); in run()5969 LRT.update(&ID, /*Changed=*/true); in run()
739 if (const auto *LRT = dyn_cast<ListRecTy>(Ty)) { in convertInitializerTo() local746 const RecTy *ElementType = LRT->getElementType(); in convertInitializerTo()