Searched defs:CaseRange (Results 1 – 2 of 2) sorted by relevance
73 struct CaseRange { struct74 ConstantInt *Low;75 ConstantInt *High;76 BasicBlock *BB;78 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() argument
6223 static bool isSwitchDense(uint64_t NumCases, uint64_t CaseRange) { in isSwitchDense()