Return true if this is a return instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isReturn(QueryType Type = AnyInBundle) const;

Return Value

True if this is a return.

Parameters

Name

Description

Type

How to query when this instruction is part of a bundle.

Created with MrDocs