|
LLVM 23.0.0git
|
Support casting from VPRecipeBase -> VPIRMetadata. More...
#include "Transforms/Vectorize/VPlan.h"
Public Types | |
| using | Self |
| using | CastReturnType |
Static Public Member Functions | |
| static bool | isPossible (VPRecipeBase *R) |
| Used by isa. | |
| static VPIRMetadata * | doCast (VPRecipeBase *R) |
| Used by cast. | |
| static VPIRMetadata * | castFailed () |
| 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< VPIRMetadata *, VPRecipeBase *, CastInfo< VPIRMetadata, VPRecipeBase * > > | |
| static VPIRMetadata * | doCastIfPossible (VPRecipeBase *f) |
Support casting from VPRecipeBase -> VPIRMetadata.
| using llvm::CastInfo< VPIRMetadata, VPRecipeBase *, void >::CastReturnType |
| using llvm::CastInfo< VPIRMetadata, VPRecipeBase *, void >::Self |
|
inlinestatic |
|
inlinestatic |
Used by cast.
Definition at line 4209 of file VPlan.h.
References llvm::cast(), and llvm_unreachable.
|
inlinestatic |
|
inlinestatic |