Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h215 uint16_t Expected1 = -1; in executeMatchTable() local
217 Expected1 = readU16(); in executeMatchTable()
226 << " || " << Expected1; in executeMatchTable()
229 if (Opcode != Expected0 && Opcode != Expected1) { in executeMatchTable()