class CoroIdRetconInst

Declaration

class CoroIdRetconInst : public AnyCoroIdRetconInst { /* full declaration omitted */ };

Description

This represents the llvm.coro.id.retcon instruction.

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

Inherits from: AnyCoroIdRetconInst

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 HasHungOffUses
protected HasDescriptor
public static MaxAlignmentExponent = 29
public static MaximumAlignment = 1U << MaxAlignmentExponent

Method Overview

  • public static bool classof(const llvm::IntrinsicInst * I)
  • public static bool classof(const llvm::Value * V)

Inherited from AnyCoroIdRetconInst:

Inherited from AnyCoroIdInst:

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:255

Parameters

const llvm::IntrinsicInst* I

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

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

Parameters

const llvm::Value* V