Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h214 uint16_t Expected0 = readU16(); in executeMatchTable() local
224 << "], ExpectedOpcode=" << Expected0; in executeMatchTable()
229 if (Opcode != Expected0 && Opcode != Expected1) { in executeMatchTable()