reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 return const_cast<Pattern &>(P).match(V); 57 return V->hasOneUse() && SubPattern.match(V);unittests/IR/PatternMatch.cpp
876 .match(StoreInst)); 881 .match(Alloca)); 884 .match(StoreInst)); 886 .match(StoreInst)); 888 .match(StoreInst));