Home | History | Annotate | Download | only in src

Lines Matching refs:new_index

2112     HInstruction* new_index =  HBitwise::New(zone, context, token, index_base,
2114 DCHECK(new_index->IsBitwise());
2115 new_index->ClearAllSideEffects();
2116 new_index->AssumeRepresentation(Representation::Integer32());
2117 set_added_index(HBitwise::cast(new_index));