LLVM 22.0.0git
llvm::CastIsPossible< VPPhiAccessors, const VPRecipeBase * > Struct Reference

Casting from VPRecipeBase -> VPPhiAccessors is supported for all recipe types implementing VPPhiAccessors. More...

#include "Transforms/Vectorize/VPlan.h"

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

Static Public Member Functions

static bool isPossible (const VPRecipeBase *f)

Detailed Description

Casting from VPRecipeBase -> VPPhiAccessors is supported for all recipe types implementing VPPhiAccessors.

Used by isa<> & co.

Definition at line 3708 of file VPlan.h.

Member Function Documentation

◆ isPossible()

Definition at line 3709 of file VPlan.h.

References llvm::isa().


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