Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:callee

6597   llvm::Value *callee = CGF.Builder.CreateStructGEP(mref, 0);
6598 callee = CGF.Builder.CreateLoad(callee, "msgSend_fn");
6600 callee = CGF.Builder.CreateBitCast(callee, MSI.MessengerType);
6602 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args);