Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h37 struct CaseCluster { struct
38 CaseClusterKind Kind; argument
47 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument
58 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() argument
69 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h25 class CaseCluster; variable
43 CaseCluster(uint64_t Value, CfgNode *Target) in CaseCluster() function
46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT) in CaseCluster() function