Searched refs:InstPredicate (Results 1 – 1 of 1) sorted by relevance
223 using InstPredicate = bool (*)(MCInstrInfo const &, MCInst const &); variable225 bool HasInstWith(InstPredicate Pred) const { in HasInstWith()