Searched refs:isSupportedPredicateType (Results 1 – 1 of 1) sorted by relevance
809 static bool isSupportedPredicateType(const PredicateMatcher &Predicate);6105 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType() function in __anona2f7906b0111::SwitchMatcher6120 if (!isSupportedPredicateType(Predicate)) in candidateConditionMatches()6174 assert(isSupportedPredicateType(P) && "Predicate type is not supported"); in emitPredicateSpecificOpcodes()