Searched refs:FirstVecType (Results 1 – 1 of 1) sorted by relevance
11167 const VectorType *FirstVecType = FirstType->getAs<VectorType>(); in CheckVectorOperands() local11171 if (FirstVecType && SecondVecType) { in CheckVectorOperands()11172 if (FirstVecType->getVectorKind() == VectorKind::Generic) { in CheckVectorOperands()