Searched refs:CanonVecTy (Results 1 – 2 of 2) sorted by relevance
3884 QualType CanonVecTy = getCanonicalType(VecType); in getDependentVectorType() local3885 if (CanonVecTy == VecType) { in getDependentVectorType()3896 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()3957 QualType CanonVecTy = getCanonicalType(vecType); in getDependentSizedExtVectorType() local3958 if (CanonVecTy == vecType) { in getDependentSizedExtVectorType()3969 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
2964 QualType CanonVecTy = getCanonicalType(vecType); in getDependentSizedExtVectorType() local2965 if (CanonVecTy == vecType) { in getDependentSizedExtVectorType()2976 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()