Searched refs:GetCommonType (Results 1 – 2 of 2) sorted by relevance
182 const Type* GetCommonType(const Type* left, const Type* right);
363 const Type* common_type = GetCommonType(left.type(), right.type()); in Visit()876 const Type* common_type = GetCommonType(begin.type(), end.type()); in Visit()1320 const Type* ImplementationVisitor::GetCommonType(const Type* left, in GetCommonType() function in v8::internal::torque::ImplementationVisitor