Read a value of type Ty from the start of MatchTable.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h>

template<typename Ty>
static
Ty
readBytesAs(uint8_t const* MatchTable);

Return Value

The value of type Ty decoded from MatchTable.

Parameters

Name

Description

MatchTable

‐ Byte stream positioned at the value to decode.

Created with MrDocs