Home
last modified time | relevance | path

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

/art/compiler/sea_ir/types/
Dtype_inference_visitor.cc49 std::vector<const Type*> operand_types = GetOperandTypes(instruction); in Visit() local
50 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() local
61 const Type* operand_type = operand_types.at(0); in Visit()