Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp6071 auto *ResultVectorTy = ResultType->castAs<VectorType>(); in CheckVectorConditionalTypes() local
6072 QualType ResultElementTy = ResultVectorTy->getElementType(); in CheckVectorConditionalTypes()
6073 unsigned ResultElementCount = ResultVectorTy->getNumElements(); in CheckVectorConditionalTypes()