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.cpp72 struct CaseRange { struct
73 ConstantInt *Low;
74 ConstantInt *High;
75 BasicBlock *BB;
77 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() argument
H A DSimplifyCFG.cpp6477 static bool isSwitchDense(uint64_t NumCases, uint64_t CaseRange) { in isSwitchDense()