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