Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaInit.cpp1545 unsigned numIElts = IVT->getNumElements(); in CheckVectorType() local
1548 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
1550 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
1554 numEltsInit += numIElts; in CheckVectorType()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp1780 unsigned numIElts = IVT->getNumElements(); in CheckVectorType() local
1783 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
1785 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
1789 numEltsInit += numIElts; in CheckVectorType()