Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4174 SmallVector<Constant*, 64> TableContents(TableSize); in SwitchLookupTable() local
4182 TableContents[Idx] = CaseRes; in SwitchLookupTable()
4194 if (!TableContents[I]) in SwitchLookupTable()
4195 TableContents[I] = DefaultValue; in SwitchLookupTable()
4218 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); in SwitchLookupTable()
4238 LinearOffset = cast<ConstantInt>(TableContents[0]); in SwitchLookupTable()
4253 if (!isa<UndefValue>(TableContents[I - 1])) { in SwitchLookupTable()
4254 ConstantInt *Val = cast<ConstantInt>(TableContents[I - 1]); in SwitchLookupTable()
4267 Constant *Initializer = ConstantArray::get(ArrayTy, TableContents); in SwitchLookupTable()