Home
last modified time | relevance | path

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

/art/compiler/sea_ir/types/
Dtype_inference_visitor.cc43 std::vector<const Type*> types_to_merge = GetOperandTypes(instruction); in Visit()
49 std::vector<const Type*> operand_types = GetOperandTypes(instruction); in Visit()
60 std::vector<const Type*> operand_types = GetOperandTypes(instruction); in Visit()
71 std::vector<const Type*> TypeInferenceVisitor::GetOperandTypes( in GetOperandTypes() function in sea_ir::TypeInferenceVisitor
Dtype_inference_visitor_test.cc104 TEST_F(TypeInferenceVisitorTest, GetOperandTypes) { in TEST_F() argument
126 std::vector<const Type*> result = tiv.GetOperandTypes(inst_to_test); in TEST_F()
Dtype_inference_visitor.h61 std::vector<const Type*> GetOperandTypes(InstructionNode* instruction) const;