Searched refs:firstVecTy (Results 1 – 1 of 1) sorted by relevance
44 } else if (auto firstVecTy = dyn_cast<llvm::VectorType>(first)) { in getCommonType() local46 if (auto commonTy = getCommonType(firstVecTy->getElementType(), in getCommonType()48 return (commonTy == firstVecTy->getElementType() ? first : second); in getCommonType()