Home | History | Annotate | Download | only in optimizing

Lines Matching refs:AsConstant

2836         locations->SetInAt(1, Location::ConstantLocation(div->InputAt(1)->AsConstant()));
2962 locations->SetInAt(1, Location::ConstantLocation(rem->InputAt(1)->AsConstant()));
3231 locations->SetInAt(1, Location::ConstantLocation(ror->InputAt(1)->AsConstant()));
3273 locations->SetInAt(1, Location::ConstantLocation(op->InputAt(1)->AsConstant()));
3286 locations->SetInAt(1, Location::ConstantLocation(op->InputAt(1)->AsConstant()));
3972 CanEncodeConstantAsImmediate(constant->AsConstant(), opcode)) {
3973 return Location::ConstantLocation(constant->AsConstant());