Searched refs:TableContents (Results 1 – 1 of 1) sorted by relevance
5859 SmallVector<Constant *, 64> TableContents(TableSize); in SwitchLookupTable() local5866 TableContents[Idx] = CaseRes; in SwitchLookupTable()5878 if (!TableContents[I]) in SwitchLookupTable()5879 TableContents[I] = DefaultValue; in SwitchLookupTable()5902 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); in SwitchLookupTable()5922 LinearOffset = cast<ConstantInt>(TableContents[0]); in SwitchLookupTable()5937 if (!isa<UndefValue>(TableContents[I - 1])) { in SwitchLookupTable()5938 ConstantInt *Val = cast<ConstantInt>(TableContents[I - 1]); in SwitchLookupTable()5951 Constant *Initializer = ConstantArray::get(ArrayTy, TableContents); in SwitchLookupTable()