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