Home | History | Annotate | Download | only in optimizing

Lines Matching refs:AsConstant

2381     locations->SetInAt(1, Location::ConstantLocation(instruction->InputAt(1)->AsConstant()));
2590 locations->SetInAt(0, Location::ConstantLocation(instruction->InputAt(0)->AsConstant()));
2639 DCHECK(instruction->InputAt(0)->AsConstant()->IsArithmeticZero());
2709 accumulator->AsConstant()->IsArithmeticZero()) {
2746 if (accum_instr->IsConstant() && accum_instr->AsConstant()->IsArithmeticZero()) {
2961 locations->SetInAt(2, Location::ConstantLocation(instruction->InputAt(2)->AsConstant()));
3229 ? Location::ConstantLocation(compare->InputAt(1)->AsConstant())
3280 ? Location::ConstantLocation(instruction->InputAt(1)->AsConstant())
3792 HConstant* cst_true_value = select->GetTrueValue()->AsConstant();
3793 HConstant* cst_false_value = select->GetFalseValue()->AsConstant();