Searched refs:isSupportedPredicateType (Results 1 – 1 of 1) sorted by relevance
811 static bool isSupportedPredicateType(const PredicateMatcher &Predicate);6165 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType() function in __anoncee47b830111::SwitchMatcher6180 if (!isSupportedPredicateType(Predicate)) in candidateConditionMatches()6234 assert(isSupportedPredicateType(P) && "Predicate type is not supported"); in emitPredicateSpecificOpcodes()