Home
last modified time | relevance | path

Searched defs:CaseCluster (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h42 struct CaseCluster { struct
43 CaseClusterKind Kind; argument
52 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument
63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() argument
74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument