Searched refs:unpaddedStruct (Results 1 – 2 of 2) sorted by relevance
268 auto unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoerceToType); in getCoerceAndExpand() local269 assert(!unpaddedStruct || unpaddedStruct->getNumElements() != 1); in getCoerceAndExpand()281 if (unpaddedStruct) { in getCoerceAndExpand()282 assert(unpaddedStruct->getNumElements() == unpaddedIndex); in getCoerceAndExpand()
3439 auto *unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoercionType); in EmitFunctionProlog() local3453 auto paramType = unpaddedStruct in EmitFunctionProlog()3454 ? unpaddedStruct->getElementType(unpaddedIndex++) in EmitFunctionProlog()4081 auto *unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoercionType); in EmitFunctionEpilog() local4095 unpaddedStruct ? unpaddedStruct->getElementType(unpaddedIndex++) in EmitFunctionEpilog()5622 auto *unpaddedStruct = dyn_cast<llvm::StructType>(unpaddedCoercionType); in EmitCall() local5661 unpaddedStruct ? unpaddedStruct->getElementType(unpaddedIndex++) in EmitCall()