Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp6302 unsigned numResElements = TheCall->getNumArgs() - 2; in SemaBuiltinShuffleVector() local
6321 } else if (numElements != numResElements) { in SemaBuiltinShuffleVector()
6323 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()