Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h224 using InstPredicate = bool (*)(MCInstrInfo const &, MCInst const &); variable
226 bool HasInstWith(InstPredicate Pred) const { in HasInstWith()