Lines Matching full:asconstant
2361 locations->SetInAt(1, Location::ConstantLocation(instruction->InputAt(1)->AsConstant()));
2570 locations->SetInAt(0, Location::ConstantLocation(instruction->InputAt(0)->AsConstant()));
2619 DCHECK(instruction->InputAt(0)->AsConstant()->IsArithmeticZero());
2657 accumulator->AsConstant()->IsArithmeticZero()) {
2694 if (accum_instr->IsConstant() && accum_instr->AsConstant()->IsArithmeticZero()) {
2908 locations->SetInAt(2, Location::ConstantLocation(instruction->InputAt(2)->AsConstant()));
3176 ? Location::ConstantLocation(compare->InputAt(1)->AsConstant())
3227 ? Location::ConstantLocation(instruction->InputAt(1)->AsConstant())
3739 HConstant* cst_true_value = select->GetTrueValue()->AsConstant();
3740 HConstant* cst_false_value = select->GetFalseValue()->AsConstant();