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