Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp62 struct CaseRange { struct in __anon7fe29c5f0111::LowerSwitch
63 ConstantInt* Low;
64 ConstantInt* High;
65 BasicBlock* BB;
67 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp89 struct CaseRange { struct in __anon751341810311::LowerSwitch
90 ConstantInt* Low;
91 ConstantInt* High;
92 BasicBlock* BB;
94 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp73 struct CaseRange { struct
74 ConstantInt *Low;
75 ConstantInt *High;
76 BasicBlock *BB;
78 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() function
DSimplifyCFG.cpp6219 static bool isSwitchDense(uint64_t NumCases, uint64_t CaseRange) { in isSwitchDense()