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