Searched defs:InstructionListType (Results 1 – 2 of 2) sorted by relevance
25 using InstructionListType = std::vector<MCInst>; variable
35 using InstructionListType = SmallVector<Instruction *, 2>; typedef