Home | History | Annotate | Download | only in CodeGen

Lines Matching full:callee

6613   llvm::Value *callee = CGF.Builder.CreateStructGEP(mref, 0);
6614 callee = CGF.Builder.CreateLoad(callee, "msgSend_fn");
6616 callee = CGF.Builder.CreateBitCast(callee, MSI.MessengerType);
6618 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args);