Home | History | Annotate | Download | only in optimizing

Lines Matching defs:shift_amount

254   HInstruction* shift_amount = instruction->GetRight();
261 if (shift_amount->IsConstant()) {
262 int64_t cst = Int64FromConstant(shift_amount->AsConstant());
280 DCHECK_EQ(shift_amount->GetType(), Primitive::kPrimInt);
294 if (shift_amount->IsAnd()) {
295 HAnd* and_insn = shift_amount->AsAnd();