reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2256 bool isHigherPriorityThan(const OperandPredicateMatcher &B) const override {
1140 virtual bool isHigherPriorityThan(const OperandPredicateMatcher &B) const;
1556 if (std::get<0>(Predicate)->isHigherPriorityThan(*std::get<1>(Predicate))) 1558 if (std::get<1>(Predicate)->isHigherPriorityThan(*std::get<0>(Predicate))) 2257 if (OperandPredicateMatcher::isHigherPriorityThan(B)) 2259 if (B.OperandPredicateMatcher::isHigherPriorityThan(*this))