Searched refs:CastAlloca (Results 1 – 1 of 1) sorted by relevance
491 Value *CastAlloca = IRB.CreateAlloca(RetTy); in buildExitThunk() local492 IRB.CreateStore(Call, IRB.CreateBitCast(CastAlloca, PtrTy)); in buildExitThunk()493 RetVal = IRB.CreateLoad(RetTy, CastAlloca); in buildExitThunk()546 Value *CastAlloca = IRB.CreateAlloca(ArgTy); in buildEntryThunk() local547 IRB.CreateStore(Arg, IRB.CreateBitCast(CastAlloca, PtrTy)); in buildEntryThunk()548 Arg = IRB.CreateLoad(ArgTy, CastAlloca); in buildEntryThunk()590 Value *CastAlloca = IRB.CreateAlloca(X64RetType); in buildEntryThunk() local591 IRB.CreateStore(Call, IRB.CreateBitCast(CastAlloca, PtrTy)); in buildEntryThunk()592 RetVal = IRB.CreateLoad(X64RetType, CastAlloca); in buildEntryThunk()