Searched refs:CompSize (Results 1 – 1 of 1) sorted by relevance
482 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2 in CheckExtVectorComponent() local485 CompSize--; in CheckExtVectorComponent()487 if (CompSize == 1) in CheckExtVectorComponent()493 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()