Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp608 llvm::Type *unpaddedType = coercionType; in getCoerceAndExpandTypes() local
615 unpaddedType = elts[0]; in getCoerceAndExpandTypes()
617 unpaddedType = llvm::StructType::get(ctx, elts, /*packed*/ false); in getCoerceAndExpandTypes()
620 unpaddedType = Entries[0].Type; in getCoerceAndExpandTypes()
623 return { coercionType, unpaddedType }; in getCoerceAndExpandTypes()