Searched refs:RItem (Results 1 – 1 of 1) sorted by relevance
79 bool isIntersected(CaseItemIt& LItem, CaseItemIt& RItem) { in isIntersected() argument80 return LItem->first.getHigh() >= RItem->first.getLow(); in isIntersected()83 bool isJoinable(CaseItemIt& LItem, CaseItemIt& RItem) { in isJoinable() argument84 if (LItem->second != RItem->second) { in isJoinable()85 assert(!isIntersected(LItem, RItem) && in isJoinable()89 APInt RLow = RItem->first.getLow(); in isJoinable()