Home
last modified time | relevance | path

Searched refs:RLow (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
DIntegersSubsetMapping.h89 APInt RLow = RItem->first.getLow(); in isJoinable() local
90 if (RLow != APInt::getNullValue(RLow.getBitWidth())) in isJoinable()
91 --RLow; in isJoinable()
92 return LItem->first.getHigh() >= RLow; in isJoinable()