Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp27 const APInt &HighCase = Clusters[Last].High->getValue(); in getJumpTableRange() local
28 assert(LowCase.getBitWidth() == HighCase.getBitWidth()); in getJumpTableRange()
33 return (HighCase - LowCase).getLimitedValue((UINT64_MAX - 1) / 100) + 1; in getJumpTableRange()