Searched refs:TableContents (Results 1 – 1 of 1) sorted by relevance
5451 SmallVector<Constant *, 64> TableContents(TableSize); in SwitchLookupTable() local5458 TableContents[Idx] = CaseRes; in SwitchLookupTable()5470 if (!TableContents[I]) in SwitchLookupTable()5471 TableContents[I] = DefaultValue; in SwitchLookupTable()5494 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); in SwitchLookupTable()5514 LinearOffset = cast<ConstantInt>(TableContents[0]); in SwitchLookupTable()5529 if (!isa<UndefValue>(TableContents[I - 1])) { in SwitchLookupTable()5530 ConstantInt *Val = cast<ConstantInt>(TableContents[I - 1]); in SwitchLookupTable()5543 Constant *Initializer = ConstantArray::get(ArrayTy, TableContents); in SwitchLookupTable()