Lines Matching refs:new_index
1958 HInstruction* new_index = HBitwise::New(zone, context, token, index_base,1960 ASSERT(new_index->IsBitwise());1961 new_index->ClearAllSideEffects();1962 new_index->AssumeRepresentation(Representation::Integer32());1963 set_added_index(HBitwise::cast(new_index));