Searched defs:CaseRange (Results 1 – 2 of 2) sorted by relevance
72 struct CaseRange { struct73 ConstantInt *Low;74 ConstantInt *High;75 BasicBlock *BB;77 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() argument
6477 static bool isSwitchDense(uint64_t NumCases, uint64_t CaseRange) { in isSwitchDense()