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