Searched defs:CaseRange (Results 1 – 1 of 1) 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