Home | History | Annotate | Download | only in Sema

Lines Matching refs:CompSize

372   unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
375 CompSize--;
377 if (CompSize == 1)
382 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);