Searched refs:DataSlice (Results 1 – 1 of 1) sorted by relevance
1151 Value *DataSlice = extractSlice(NewData, S, Name); in visitStoreImpl() local1153 DataSlice = IRB.CreateBitCast(DataSlice, StorableType, in visitStoreImpl()1154 DataSlice->getName() + ".storable"); in visitStoreImpl()1158 NewSI->setOperand(0, DataSlice); in visitStoreImpl()