Searched refs:TableContents (Results 1 – 1 of 1) sorted by relevance
6028 SmallVector<Constant *, 64> TableContents(TableSize); in SwitchLookupTable() local6035 TableContents[Idx] = CaseRes; in SwitchLookupTable()6047 if (!TableContents[I]) in SwitchLookupTable()6048 TableContents[I] = DefaultValue; in SwitchLookupTable()6071 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); in SwitchLookupTable()6091 LinearOffset = cast<ConstantInt>(TableContents[0]); in SwitchLookupTable()6106 if (!isa<UndefValue>(TableContents[I - 1])) { in SwitchLookupTable()6107 ConstantInt *Val = cast<ConstantInt>(TableContents[I - 1]); in SwitchLookupTable()6120 Constant *Initializer = ConstantArray::get(ArrayTy, TableContents); in SwitchLookupTable()