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