Home | History | Annotate | Download | only in Sema

Lines Matching defs:vecType

298   const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
323 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) {
331 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1);
334 while ((Idx = vecType->getNumericAccessorIdx(*compStr)) != -1) {
358 if (!vecType->isAccessorWithinNumElements(*compStr++)) {
371 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
377 return vecType->getElementType();
381 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);