Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp6351 auto *ResultVectorTy = ResultType->castAs<VectorType>(); in CheckVectorConditionalTypes() local
6352 QualType ResultElementTy = ResultVectorTy->getElementType(); in CheckVectorConditionalTypes()
6353 unsigned ResultElementCount = ResultVectorTy->getNumElements(); in CheckVectorConditionalTypes()