Home | History | Annotate | Download | only in src

Lines Matching refs:Sar

260 void Range::Sar(int32_t value) {
896 HInstruction* sar = HSar::New(zone, context,
898 sar->InsertBefore(this);
899 sar->AssumeRepresentation(index()->representation());
900 current_index = sar;
2874 result->Sar(c->Integer32Value());
2898 result->Sar(c->Integer32Value());