Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp33 static llvm::Type *getCommonType(llvm::Type *first, llvm::Type *second) { in getCommonType() function
47 if (auto commonTy = getCommonType(firstVecTy->getElementType(), in getCommonType()
323 if (auto entryType = getCommonType(Entries[index].Type, type)) { in addEntry()