Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp9958 const VectorType *SecondVecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() local
9960 if (FirstVecType && SecondVecType) in CheckVectorOperands()
9962 (SecondVecType->getVectorKind() == in CheckVectorOperands()
9964 SecondVecType->getVectorKind() == in CheckVectorOperands()
9967 return FirstType->isSizelessBuiltinType() && SecondVecType && in CheckVectorOperands()
9968 SecondVecType->getVectorKind() == VectorType::GenericVector; in CheckVectorOperands()