Searched refs:numIElts (Results 1 – 1 of 1) sorted by relevance
1949 unsigned numIElts = IVT->getNumElements(); in CheckVectorType() local1952 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()1954 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()1958 numEltsInit += numIElts; in CheckVectorType()