Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h1234 const bool IsAdd8 = (MatcherOpcode == GIR_AddImm8); in executeMatchTable() local
1236 uint64_t Imm = IsAdd8 ? (int64_t)readS8() : readU64(); in executeMatchTable()