Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h161 int64_t Expected0 = MatchTable[CurrentIdx++]; in executeMatchTable() local
171 << "], ExpectedOpcode=" << Expected0; in executeMatchTable()
177 if (Opcode != Expected0 && Opcode != Expected1) { in executeMatchTable()