Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h538 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() function
H A DInstructionSelectorImpl.h291 if (!testImmPredicate_I64(Predicate, Value)) in executeMatchTable()