Searched refs:operand_types (Results 1 - 1 of 1) sorted by relevance

/art/compiler/sea_ir/types/
H A Dtype_inference_visitor.cc49 std::vector<const Type*> operand_types = GetOperandTypes(instruction); local
50 for (std::vector<const Type*>::const_iterator cit = operand_types.begin();
51 cit != operand_types.end(); cit++) {
60 std::vector<const Type*> operand_types = GetOperandTypes(instruction); local
61 const Type* operand_type = operand_types.at(0);

Completed in 69 milliseconds