Searched refs:TargetMaxInstBytes (Results 1 – 2 of 2) sorted by relevance
82 const unsigned TargetMaxInstBytes; variable
57 MAI(*Ctx.getAsmInfo()), TargetMaxInstBytes(MAI.getMaxInstLength(&STI)), in AMDGPUDisassembler()588 unsigned MaxInstBytesNum = std::min((size_t)TargetMaxInstBytes, Bytes_.size()); in getInstruction()