Home
last modified time | relevance | path

Searched refs:InstPredicate (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h231 using InstPredicate = bool (*)(MCInstrInfo const &, MCInst const &); variable
233 bool HasInstWith(InstPredicate Pred) const { in HasInstWith()