Home | History | Annotate | Download | only in Sema

Lines Matching defs:vecType

297   const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
322 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) {
330 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1);
333 while ((Idx = vecType->getNumericAccessorIdx(*compStr)) != -1) {
357 if (!vecType->isAccessorWithinNumElements(*compStr++)) {
370 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
376 return vecType->getElementType();
380 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);