Searched refs:X64RetType (Results 1 – 1 of 1) sorted by relevance
523 Type *X64RetType = X64Ty->getReturnType(); in buildEntryThunk() local525 bool TransformDirectToSRet = X64RetType->isVoidTy() && !RetTy->isVoidTy(); in buildEntryThunk()582 } else if (X64RetType != RetTy) { in buildEntryThunk()583 Value *CastAlloca = IRB.CreateAlloca(X64RetType); in buildEntryThunk()585 RetVal = IRB.CreateLoad(X64RetType, CastAlloca); in buildEntryThunk()592 if (X64RetType->isVoidTy()) in buildEntryThunk()