Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5426 IntegerType *BitMapElementTy = nullptr; member in __anonc8ba5dbf1c11::SwitchLookupTable
5535 BitMapElementTy = IT; in SwitchLookupTable()
5580 ShiftAmt, ConstantInt::get(MapTy, BitMapElementTy->getBitWidth()), in BuildLookup()
5587 return Builder.CreateTrunc(DownShifted, BitMapElementTy, "switch.masked"); in BuildLookup()