Searched refs:TableContents (Results 1 – 1 of 1) sorted by relevance
6434 SmallVector<Constant *, 64> TableContents(TableSize); in SwitchLookupTable() local6439 TableContents[Idx] = CaseRes; in SwitchLookupTable()6451 if (!TableContents[I]) in SwitchLookupTable()6452 TableContents[I] = DefaultValue; in SwitchLookupTable()6481 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); in SwitchLookupTable()6483 if (!ConstVal && isa<PoisonValue>(TableContents[I])) { in SwitchLookupTable()6513 LinearOffset = cast<ConstantInt>(TableContents[0]); in SwitchLookupTable()6533 if (!isa<UndefValue>(TableContents[I - 1])) { in SwitchLookupTable()6534 ConstantInt *Val = cast<ConstantInt>(TableContents[I - 1]); in SwitchLookupTable()6547 Constant *Initializer = ConstantArray::get(ArrayTy, TableContents); in SwitchLookupTable()