Searched refs:T2PtrType (Results 1 – 3 of 3) sorted by relevance
429 *T2PtrType = T2->getAs<PointerType>(); in UnwrapDissimilarPointerTypes()430 if (T1PtrType && T2PtrType) { in UnwrapDissimilarPointerTypes()432 T2 = T2PtrType->getPointeeType(); in UnwrapDissimilarPointerTypes()445 else if (T2PtrType) { in UnwrapDissimilarPointerTypes()447 T2 = T2PtrType->getPointeeType(); in UnwrapDissimilarPointerTypes()
4255 *T2PtrType = T2->getAs<PointerType>(); in UnwrapSimilarPointerTypes()4256 if (T1PtrType && T2PtrType) { in UnwrapSimilarPointerTypes()4258 T2 = T2PtrType->getPointeeType(); in UnwrapSimilarPointerTypes()
5743 const auto *T2PtrType = T2->getAs<PointerType>(); in UnwrapSimilarTypes() local5744 if (T1PtrType && T2PtrType) { in UnwrapSimilarTypes()5746 T2 = T2PtrType->getPointeeType(); in UnwrapSimilarTypes()