Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4918 IntegerType *BitMapElementTy = nullptr; member in __anone609cfb01111::SwitchLookupTable
5027 BitMapElementTy = IT; in SwitchLookupTable()
5072 ShiftAmt, ConstantInt::get(MapTy, BitMapElementTy->getBitWidth()), in BuildLookup()
5079 return Builder.CreateTrunc(DownShifted, BitMapElementTy, "switch.masked"); in BuildLookup()