LLVM 23.0.0git
llvm::CastInfo< VPPhiAccessors, VPRecipeBase * > Struct Reference

Support casting from VPRecipeBase -> VPPhiAccessors. More...

#include "Transforms/Vectorize/VPlan.h"

Inheritance diagram for llvm::CastInfo< VPPhiAccessors, VPRecipeBase * >:
[legend]

Public Types

using Self
using CastReturnType

Static Public Member Functions

static bool isPossible (VPRecipeBase *R)
 Used by isa.
static VPPhiAccessorsdoCast (VPRecipeBase *R)
 Used by cast.
static VPPhiAccessorscastFailed ()
 Used by inherited doCastIfPossible to dyn_cast.
static CastReturnType doCastIfPossible (const VPRecipeBase *&f)
Static Public Member Functions inherited from llvm::CastIsPossible< To, From, Enable >
static bool isPossible (const From &f)
Static Public Member Functions inherited from llvm::DefaultDoCastIfPossible< VPPhiAccessors *, VPRecipeBase *, CastInfo< VPPhiAccessors, VPRecipeBase * > >
static VPPhiAccessorsdoCastIfPossible (VPRecipeBase *f)

Detailed Description

Support casting from VPRecipeBase -> VPPhiAccessors.

Definition at line 4156 of file VPlan.h.

Member Typedef Documentation

◆ CastReturnType

using llvm::CastInfo< VPPhiAccessors, VPRecipeBase *, void >::CastReturnType

Definition at line 479 of file Casting.h.

◆ Self

using llvm::CastInfo< VPPhiAccessors, VPRecipeBase *, void >::Self

Definition at line 477 of file Casting.h.

Member Function Documentation

◆ castFailed()

VPPhiAccessors * llvm::CastInfo< VPPhiAccessors, VPRecipeBase * >::castFailed ( )
inlinestatic

Used by inherited doCastIfPossible to dyn_cast.

Definition at line 4180 of file VPlan.h.

◆ doCast()

Used by cast.

Definition at line 4166 of file VPlan.h.

References llvm::cast().

◆ doCastIfPossible()

CastReturnType llvm::CastInfo< VPPhiAccessors, VPRecipeBase *, void >::doCastIfPossible ( const VPRecipeBase * & f)
inlinestatic

Definition at line 492 of file Casting.h.

◆ isPossible()

bool llvm::CastInfo< VPPhiAccessors, VPRecipeBase * >::isPossible ( VPRecipeBase * R)
inlinestatic

Used by isa.

Definition at line 4160 of file VPlan.h.

References llvm::isa().


The documentation for this struct was generated from the following file: