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.cpp6240 IntegerType *BitMapElementTy = nullptr; member in __anonee21a60b2c11::SwitchLookupTable
6359 BitMapElementTy = IT; in SwitchLookupTable()
6411 ShiftAmt, ConstantInt::get(MapTy, BitMapElementTy->getBitWidth()), in BuildLookup()
6418 return Builder.CreateTrunc(DownShifted, BitMapElementTy, "switch.masked"); in BuildLookup()