Searched defs:CaseCluster (Results 1 – 2 of 2) sorted by relevance
37 struct CaseCluster { struct38 CaseClusterKind Kind; argument47 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument58 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() argument69 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
25 class CaseCluster; variable43 CaseCluster(uint64_t Value, CfgNode *Target) in CaseCluster() function46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT) in CaseCluster() function