Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10170 const VectorType *SecondVecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() local
10173 if (FirstVecType && SecondVecType) { in CheckVectorOperands()
10175 if (SecondVecType->getVectorKind() == VectorKind::SveFixedLengthData || in CheckVectorOperands()
10176 SecondVecType->getVectorKind() == in CheckVectorOperands()
10179 if (SecondVecType->getVectorKind() == VectorKind::RVVFixedLengthData || in CheckVectorOperands()
10180 SecondVecType->getVectorKind() == VectorKind::RVVFixedLengthMask) { in CheckVectorOperands()
10188 if (SecondVecType && in CheckVectorOperands()
10189 SecondVecType->getVectorKind() == VectorKind::Generic) { in CheckVectorOperands()