Searched refs:GetOperandTypes (Results 1 – 3 of 3) sorted by relevance
43 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
104 TEST_F(TypeInferenceVisitorTest, GetOperandTypes) { in TEST_F() argument126 std::vector<const Type*> result = tiv.GetOperandTypes(inst_to_test); in TEST_F()
61 std::vector<const Type*> GetOperandTypes(InstructionNode* instruction) const;