Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp73 struct CaseRange { struct
74 ConstantInt *Low;
75 ConstantInt *High;
76 BasicBlock *BB;
78 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() argument
H A DSimplifyCFG.cpp6223 static bool isSwitchDense(uint64_t NumCases, uint64_t CaseRange) { in isSwitchDense()