struct class_match
Declaration
template <typename Class>
struct class_match { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/PatternMatch.h:66
Templates
- Class
Method Overview
- public template <typename ITy>bool match(ITy * V)
Methods
ΒΆtemplate <typename ITy>
bool match(ITy* V)
template <typename ITy>
bool match(ITy* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:67
Templates
- ITy
Parameters
- ITy* V