Home | History | Annotate | Download | only in crankshaft

Lines Matching full:number_input

10601     HInstruction* number_input = AddUncasted<HForceRepresentation>(Pop(), rep);
10603 number_input->SetFlag(HInstruction::kFlexibleRepresentation);
10604 number_input->SetFlag(HInstruction::kCannotBeTagged);
10606 Push(number_input);