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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp211 const APInt &PreviousHigh = Clusters[I - 1].High->getValue(); local
212 assert(PreviousHigh.slt(Low));
213 uint64_t Gap = (Low - PreviousHigh).getLimitedValue() - 1;

Completed in 160 milliseconds