Skip to content

kirin.dialects.func.stmts.InvokeCall

← Module overview

classInvokeCallsource

kirin.dialects.func.stmts.InvokeCall

Bases: ir.StaticCall['Invoke']

class InvokeCall

methodget_calleesource

kirin.dialects.func.stmts.InvokeCall.get_callee

def get_callee(stmt: Invoke) -> ir.Method

Parameters

NameTypeDescription
stmtInvoke

Returns

ir.Method

source