Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6145 IntegerType *BitMapElementTy = nullptr; member in __anondb24d6d32a11::SwitchLookupTable
6264 BitMapElementTy = IT; in SwitchLookupTable()
6316 ShiftAmt, ConstantInt::get(MapTy, BitMapElementTy->getBitWidth()), in BuildLookup()
6323 return Builder.CreateTrunc(DownShifted, BitMapElementTy, "switch.masked"); in BuildLookup()