Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h533 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() function
H A DInstructionSelectorImpl.h290 if (!testImmPredicate_I64(Predicate, Value)) in executeMatchTable()