Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h542 virtual bool testImmPredicate_APInt(unsigned, const APInt &) const { in testImmPredicate_APInt() function
H A DInstructionSelectorImpl.h313 if (!testImmPredicate_APInt(Predicate, Value)) in executeMatchTable()