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.cpp6408 IntegerType *BitMapElementTy = nullptr; member in __anonee21a60b2e11::SwitchLookupTable
6539 BitMapElementTy = IT; in SwitchLookupTable()
6592 ShiftAmt, ConstantInt::get(MapTy, BitMapElementTy->getBitWidth()), in buildLookup()
6599 return Builder.CreateTrunc(DownShifted, BitMapElementTy, "switch.masked"); in buildLookup()