Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11168 const VectorType *SecondVecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() local
11171 if (FirstVecType && SecondVecType) { in CheckVectorOperands()
11173 if (SecondVecType->getVectorKind() == VectorKind::SveFixedLengthData || in CheckVectorOperands()
11174 SecondVecType->getVectorKind() == in CheckVectorOperands()
11177 if (SecondVecType->getVectorKind() == VectorKind::RVVFixedLengthData || in CheckVectorOperands()
11178 SecondVecType->getVectorKind() == VectorKind::RVVFixedLengthMask) { in CheckVectorOperands()
11186 if (SecondVecType && in CheckVectorOperands()
11187 SecondVecType->getVectorKind() == VectorKind::Generic) { in CheckVectorOperands()