Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp2486 unsigned numResElements = TheCall->getNumArgs() - 2; in SemaBuiltinShuffleVector() local
2503 } else if (numElements != numResElements) { in SemaBuiltinShuffleVector()
2505 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()