Searched refs:type_insts (Results 1 – 3 of 3) sorted by relevance
41 std::vector<Instruction*> type_insts; in GetTypes() local43 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()45 return type_insts; in GetTypes()49 std::vector<const Instruction*> type_insts; in GetTypes() local51 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()53 return type_insts; in GetTypes()