reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/IR/PatternMatch.h
   66   template <typename ITy> bool match(ITy *V) { return isa<Class>(V); }
  544   template <typename ITy> bool match(ITy *V) {
  596   template <typename ITy> bool match(ITy *const V) { return V == Val; }
  682   template <typename ITy> bool match(ITy *V) {