Searched refs:HighCase (Results 1 – 1 of 1) sorted by relevance
27 const APInt &HighCase = Clusters[Last].High->getValue(); in getJumpTableRange() local28 assert(LowCase.getBitWidth() == HighCase.getBitWidth()); in getJumpTableRange()33 return (HighCase - LowCase).getLimitedValue((UINT64_MAX - 1) / 100) + 1; in getJumpTableRange()