Home
last modified time | relevance | path

Searched refs:firstVecTy (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp44 } else if (auto firstVecTy = dyn_cast<llvm::VectorType>(first)) { in getCommonType() local
46 if (auto commonTy = getCommonType(firstVecTy->getElementType(), in getCommonType()
48 return (commonTy == firstVecTy->getElementType() ? first : second); in getCommonType()