Searched refs:FRec (Results 1 – 1 of 1) sorted by relevance
4383 const RecordType *FRec = FTy->getAs<RecordType>(); in TryClassUnification() local4385 bool FDerivedFromT = FRec && TRec && FRec != TRec && in TryClassUnification()4387 if (FRec && TRec && in TryClassUnification()4388 (FRec == TRec || FDerivedFromT || Self.IsDerivedFrom(TTy, FTy))) { in TryClassUnification()4392 if (FRec == TRec || FDerivedFromT) { in TryClassUnification()