Home | History | Annotate | Download | only in Sema

Lines Matching refs:CompSize

383   unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
386 CompSize--;
388 if (CompSize == 1)
393 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);