Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6254 APInt TableInt(TableSize * IT->getBitWidth(), 0); in SwitchLookupTable() local
6256 TableInt <<= IT->getBitWidth(); in SwitchLookupTable()
6260 TableInt |= Val->getValue().zext(TableInt.getBitWidth()); in SwitchLookupTable()
6263 BitMap = ConstantInt::get(M.getContext(), TableInt); in SwitchLookupTable()