Home
last modified time | relevance | path

Searched refs:FrontCase (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2275 Case& FrontCase = *CR.Range.first; in handleJTSwitchCase() local
2278 const APInt &First = FrontCase.Low->getValue(); in handleJTSwitchCase()
2381 Case& FrontCase = *CR.Range.first; in handleBTSplitSwitchCase() local
2387 const APInt &First = FrontCase.Low->getValue(); in handleBTSplitSwitchCase()
2399 APInt LSize = FrontCase.size(); in handleBTSplitSwitchCase()
2523 Case& FrontCase = *CR.Range.first; in handleBitTestsSwitchCase() local
2553 const APInt& minValue = FrontCase.Low->getValue(); in handleBitTestsSwitchCase()