Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:new_index

2138     HInstruction* new_index = HBitwise::New(isolate, zone, context, token,
2140 DCHECK(new_index->IsBitwise());
2141 new_index->ClearAllSideEffects();
2142 new_index->AssumeRepresentation(Representation::Integer32());
2143 set_added_index(HBitwise::cast(new_index));