Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Bytecode/
H A DEncoding.h56 kAlignmentByte = 0xCB, enumerator
/llvm-project/mlir/lib/Bytecode/Writer/
H A DBytecodeWriter.cpp197 emitByte(bytecode::kAlignmentByte, "alignment byte");
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp118 if (padding != bytecode::kAlignmentByte) { in alignTo()