class AnyCoroEndInst

Declaration

class AnyCoroEndInst : public IntrinsicInst { /* full declaration omitted */ };

Description

A wrapper class for inspecting calls to intrinsic functions. This allows the standard isa/dyncast/cast functionality to work with calls to intrinsic functions.

Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:614

Inherits from: IntrinsicInst

Member Variables

Inherited from CallBase:

protected Attrs
protected FTy
protected static CalledOperandOpEndIdx = -1

Inherited from Value:

protected SubclassOptionalData
protected NumUserOperands
protected IsUsedByMD
protected HasName
protected HasMetadata
protected HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 32
public static MaximumAlignment = 1ULL << MaxAlignmentExponent

Method Overview

Inherited from IntrinsicInst:

Inherited from CallInst:

Inherited from CallBase:

Inherited from Instruction:

Inherited from User:

Inherited from Value:

Methods

static bool classof(const llvm::IntrinsicInst* I)

Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:624

Parameters

const llvm::IntrinsicInst* I

static bool classof(const llvm::Value* V)

Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:628

Parameters

const llvm::Value* V

bool isFallthrough() const

Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:618

bool isUnwind() const

Declared at: llvm/lib/Transforms/Coroutines/CoroInstr.h:619