Home | History | Annotate | Download | only in optimizing

Lines Matching refs:AsConstant

1883     locations->SetInAt(0, Location::ConstantLocation(instruction->InputAt(0)->AsConstant()));
1933 DCHECK(instruction->InputAt(0)->AsConstant()->IsArithmeticZero());
1978 accumulator->AsConstant()->IsArithmeticZero()) {
2017 AsConstant()->IsArithmeticZero()) {
2414 ? Location::ConstantLocation(compare->InputAt(1)->AsConstant())
2465 ? Location::ConstantLocation(instruction->InputAt(1)->AsConstant())
2967 int64_t value = Int64FromConstant(constant->AsConstant());
3007 locations->SetInAt(0, Location::ConstantLocation(select->InputAt(0)->AsConstant()));
3013 locations->SetInAt(1, Location::ConstantLocation(select->InputAt(1)->AsConstant()));