Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp6231 auto *ResultVectorTy = ResultType->castAs<VectorType>(); in CheckVectorConditionalTypes() local
6232 QualType ResultElementTy = ResultVectorTy->getElementType(); in CheckVectorConditionalTypes()
6233 unsigned ResultElementCount = ResultVectorTy->getNumElements(); in CheckVectorConditionalTypes()