Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h223 using InstPredicate = bool (*)(MCInstrInfo const &, MCInst const &); variable
225 bool HasInstWith(InstPredicate Pred) const { in HasInstWith()