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

Definitions

include/llvm/IR/PatternMatch.h
   56   template <typename OpTy> bool match(OpTy *V) {
   66   template <typename ITy> bool match(ITy *V) { return isa<Class>(V); }
  117   template <typename ITy> bool match(ITy *V) {
  132   template <typename ITy> bool match(ITy *V) {
  224   template <typename ITy> bool match(ITy *V) {
  396   template <typename ITy> bool match(ITy *V) {
  544   template <typename ITy> bool match(ITy *V) {
  583   template <typename ITy> bool match(ITy *V) { return V == Val; }
  742   template <typename OpTy> bool match(OpTy *V) {
 1010   template <typename OpTy> bool match(OpTy *V) {