Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp1823 unsigned numIElts = IVT->getNumElements(); in CheckVectorType() local
1826 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
1828 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
1832 numEltsInit += numIElts; in CheckVectorType()