Searched refs:isSupportedPredicateType (Results 1 – 1 of 1) sorted by relevance
796 static bool isSupportedPredicateType(const PredicateMatcher &Predicate);6091 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType() function in __anon332dbd1e0111::SwitchMatcher6106 if (!isSupportedPredicateType(Predicate)) in candidateConditionMatches()6160 assert(isSupportedPredicateType(P) && "Predicate type is not supported"); in emitPredicateSpecificOpcodes()