Searched refs:FirstVecType (Results 1 – 1 of 1) sorted by relevance
9957 const VectorType *FirstVecType = FirstType->getAs<VectorType>(); in CheckVectorOperands() local9960 if (FirstVecType && SecondVecType) in CheckVectorOperands()9961 return FirstVecType->getVectorKind() == VectorType::GenericVector && in CheckVectorOperands()