Searched refs:RLow (Results 1 – 1 of 1) sorted by relevance
89 APInt RLow = RItem->first.getLow(); in isJoinable() local90 if (RLow != APInt::getNullValue(RLow.getBitWidth())) in isJoinable()91 --RLow; in isJoinable()92 return LItem->first.getHigh() >= RLow; in isJoinable()