Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5933 APInt TableInt(TableSize * IT->getBitWidth(), 0); in SwitchLookupTable() local
5935 TableInt <<= IT->getBitWidth(); in SwitchLookupTable()
5939 TableInt |= Val->getValue().zext(TableInt.getBitWidth()); in SwitchLookupTable()
5942 BitMap = ConstantInt::get(M.getContext(), TableInt); in SwitchLookupTable()