Searched refs:TableContents (Results 1 – 1 of 1) sorted by relevance
4511 SmallVector<Constant *, 64> TableContents(TableSize); in SwitchLookupTable() local4518 TableContents[Idx] = CaseRes; in SwitchLookupTable()4530 if (!TableContents[I]) in SwitchLookupTable()4531 TableContents[I] = DefaultValue; in SwitchLookupTable()4554 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); in SwitchLookupTable()4574 LinearOffset = cast<ConstantInt>(TableContents[0]); in SwitchLookupTable()4589 if (!isa<UndefValue>(TableContents[I - 1])) { in SwitchLookupTable()4590 ConstantInt *Val = cast<ConstantInt>(TableContents[I - 1]); in SwitchLookupTable()4603 Constant *Initializer = ConstantArray::get(ArrayTy, TableContents); in SwitchLookupTable()