Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExtVectorType

4244   // an ExtVectorType.
4267 QualType DestElemTy = DestTy->getAs<ExtVectorType>()->getElementType();
5423 QualType elType = cast<ExtVectorType>(LHSType)->getElementType();
5853 if (const ExtVectorType *LV = LHSType->getAs<ExtVectorType>()) {