Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExtVectorType

5182   // an ExtVectorType.
5205 QualType DestElemTy = DestTy->getAs<ExtVectorType>()->getElementType();
6407 QualType elType = cast<ExtVectorType>(LHSType)->getElementType();
6868 if (isa<ExtVectorType>(LHSVecType)) {
6880 if (!RHSVecType && isa<ExtVectorType>(LHSVecType)) {
6885 if (!LHSVecType && isa<ExtVectorType>(RHSVecType)) {
9862 QualType T = resultType->getAs<ExtVectorType>()->getElementType();
9908 QualType T = resultType->getAs<ExtVectorType