Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h668 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() function
H A DGIMatchTableExecutorImpl.h348 if (!testImmPredicate_I64(Predicate, Value)) in executeMatchTable()