Home
last modified time | relevance | path

Searched refs:CompSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp481 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2 in CheckExtVectorComponent() local
484 CompSize--; in CheckExtVectorComponent()
486 if (CompSize == 1) in CheckExtVectorComponent()
492 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()