LLVM
15.0.0git
|
Go to the source code of this file.
Classes | |
class | llvm::detail::TypeSwitchBase< DerivedT, T > |
class | llvm::TypeSwitch< T, ResultT > |
This class implements a switch-like dispatch statement for a value of 'T' using dyn_cast functionality. More... | |
class | llvm::TypeSwitch< T, void > |
Specialization of TypeSwitch for void returning callables. More... | |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::detail | |
This file implements the TypeSwitch template, which mimics a switch() statement whose cases are type names.
Definition in file TypeSwitch.h.