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.cpp10380 const VectorType *SecondVecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() local
10383 if (FirstVecType && SecondVecType) { in CheckVectorOperands()
10385 if (SecondVecType->getVectorKind() == VectorKind::SveFixedLengthData || in CheckVectorOperands()
10386 SecondVecType->getVectorKind() == in CheckVectorOperands()
10389 if (SecondVecType->getVectorKind() == VectorKind::RVVFixedLengthData || in CheckVectorOperands()
10390 SecondVecType->getVectorKind() == VectorKind::RVVFixedLengthMask || in CheckVectorOperands()
10391 SecondVecType->getVectorKind() == in CheckVectorOperands()
10393 SecondVecType->getVectorKind() == in CheckVectorOperands()
10395 SecondVecType->getVectorKind() == in CheckVectorOperands()
10404 if (SecondVecType && in CheckVectorOperands()
[all …]