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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp214 const APInt &PreviousHigh = Clusters[I - 1].High->getValue(); local
215 assert(PreviousHigh.slt(Low));
216 uint64_t Gap = (Low - PreviousHigh).getLimitedValue() - 1;

Completed in 188 milliseconds