Searched refs:CanonVecTy (Results 1 – 1 of 1) sorted by relevance
4089 QualType CanonVecTy = getCanonicalType(VecType); in getDependentVectorType() local4090 if (CanonVecTy == VecType) { in getDependentVectorType()4101 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()4166 QualType CanonVecTy = getCanonicalType(vecType); in getDependentSizedExtVectorType() local4167 if (CanonVecTy == vecType) { in getDependentSizedExtVectorType()4178 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()