Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h268 auto unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoerceToType); in getCoerceAndExpand() local
269 assert(!unpaddedStruct || unpaddedStruct->getNumElements() != 1); in getCoerceAndExpand()
281 if (unpaddedStruct) { in getCoerceAndExpand()
282 assert(unpaddedStruct->getNumElements() == unpaddedIndex); in getCoerceAndExpand()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3439 auto *unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoercionType); in EmitFunctionProlog() local
3453 auto paramType = unpaddedStruct in EmitFunctionProlog()
3454 ? unpaddedStruct->getElementType(unpaddedIndex++) in EmitFunctionProlog()
4081 auto *unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoercionType); in EmitFunctionEpilog() local
4095 unpaddedStruct ? unpaddedStruct->getElementType(unpaddedIndex++) in EmitFunctionEpilog()
5622 auto *unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoercionType); in EmitCall() local
5661 unpaddedStruct ? unpaddedStruct->getElementType(unpaddedIndex++) in EmitCall()