Searched refs:isComparableType (Results 1 – 1 of 1) sorted by relevance
8 static bool isComparableType(const type::Type& type) { in isComparableType() function21 assert(isComparableType(lhs->getType()) || isComparableType(rhs->getType())); in Equals()87 if (!isComparableType(lhsType) && !isComparableType(rhsType)) { in parse()