Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4585 APInt TableInt(TableSize * IT->getBitWidth(), 0); in SwitchLookupTable() local
4587 TableInt <<= IT->getBitWidth(); in SwitchLookupTable()
4591 TableInt |= Val->getValue().zext(TableInt.getBitWidth()); in SwitchLookupTable()
4594 BitMap = ConstantInt::get(M.getContext(), TableInt); in SwitchLookupTable()