Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp609 llvm::Type *unpaddedType = coercionType; in getCoerceAndExpandTypes() local
616 unpaddedType = elts[0]; in getCoerceAndExpandTypes()
618 unpaddedType = llvm::StructType::get(ctx, elts, /*packed*/ false); in getCoerceAndExpandTypes()
621 unpaddedType = Entries[0].Type; in getCoerceAndExpandTypes()
624 return { coercionType, unpaddedType }; in getCoerceAndExpandTypes()