Searched refs:isSupportedPredicateType (Results 1 – 1 of 1) sorted by relevance
761 static bool isSupportedPredicateType(const PredicateMatcher &Predicate);4719 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType() function in __anon7e76e5f80111::SwitchMatcher4734 if (!isSupportedPredicateType(Predicate)) in candidateConditionMatches()4789 assert(isSupportedPredicateType(P) && "Predicate type is not supported"); in emitPredicateSpecificOpcodes()