Searched refs:isSupportedPredicateType (Results 1 – 1 of 1) sorted by relevance
797 static bool isSupportedPredicateType(const PredicateMatcher &Predicate);6031 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType() function in __anon0a286f430111::SwitchMatcher6046 if (!isSupportedPredicateType(Predicate)) in candidateConditionMatches()6101 assert(isSupportedPredicateType(P) && "Predicate type is not supported"); in emitPredicateSpecificOpcodes()