Searched refs:operand_types (Results 1 – 1 of 1) sorted by relevance
49 std::vector<const Type*> operand_types = GetOperandTypes(instruction); in Visit() local50 for (std::vector<const Type*>::const_iterator cit = operand_types.begin(); in Visit()51 cit != operand_types.end(); cit++) { in Visit()60 std::vector<const Type*> operand_types = GetOperandTypes(instruction); in Visit() local61 const Type* operand_type = operand_types.at(0); in Visit()