Searched refs:BitMapElementTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4485 IntegerType *BitMapElementTy; member in __anonfb6897ed0811::SwitchLookupTable 4500 : SingleValue(nullptr), BitMap(nullptr), BitMapElementTy(nullptr), in SwitchLookupTable() 4595 BitMapElementTy = IT; in SwitchLookupTable() 4637 ShiftAmt, ConstantInt::get(MapTy, BitMapElementTy->getBitWidth()), in BuildLookup() 4644 return Builder.CreateTrunc(DownShifted, BitMapElementTy, "switch.masked"); in BuildLookup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4911 IntegerType *BitMapElementTy = nullptr; member in __anon7398f2251111::SwitchLookupTable 5020 BitMapElementTy = IT; in SwitchLookupTable() 5062 ShiftAmt, ConstantInt::get(MapTy, BitMapElementTy->getBitWidth()), in BuildLookup() 5069 return Builder.CreateTrunc(DownShifted, BitMapElementTy, "switch.masked"); in BuildLookup()
|