Searched refs:isSupportedPredicateType (Results 1 – 2 of 2) sorted by relevance
562 bool SwitchMatcher::isSupportedPredicateType(const PredicateMatcher &P) { in isSupportedPredicateType() function in llvm::gi::SwitchMatcher577 if (!isSupportedPredicateType(Predicate)) in candidateConditionMatches()631 assert(isSupportedPredicateType(P) && "Predicate type is not supported"); in emitPredicateSpecificOpcodes()
450 static bool isSupportedPredicateType(const PredicateMatcher &Predicate);