Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp70 struct CaseRange { struct
71 ConstantInt *Low;
72 ConstantInt *High;
73 BasicBlock *BB;
75 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() function
H A DSimplifyCFG.cpp6654 static bool isSwitchDense(uint64_t NumCases, uint64_t CaseRange) { in isSwitchDense()