Searched refs:T1PtrType (Results 1 – 1 of 1) sorted by relevance
6557 const auto *T1PtrType = T1->getAs<PointerType>(); in UnwrapSimilarTypes() local6559 if (T1PtrType && T2PtrType) { in UnwrapSimilarTypes()6560 T1 = T1PtrType->getPointeeType(); in UnwrapSimilarTypes()