Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4965 ConstantInt *TableMask = ConstantInt::get(Mod.getContext(), MaskInt); in SwitchToLookupTable() local
4970 IntegerType *MapTy = TableMask->getType(); in SwitchToLookupTable()
4973 Value *Shifted = Builder.CreateLShr(TableMask, MaskIndex, "switch.shifted"); in SwitchToLookupTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5397 ConstantInt *TableMask = ConstantInt::get(Mod.getContext(), MaskInt); in SwitchToLookupTable() local
5402 IntegerType *MapTy = TableMask->getType(); in SwitchToLookupTable()
5405 Value *Shifted = Builder.CreateLShr(TableMask, MaskIndex, "switch.shifted"); in SwitchToLookupTable()