Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp216 const APInt &PreviousHigh = Clusters[I - 1].High->getValue(); in buildJumpTable() local
217 assert(PreviousHigh.slt(Low)); in buildJumpTable()
218 uint64_t Gap = (Low - PreviousHigh).getLimitedValue() - 1; in buildJumpTable()