Lines Matching full:hand
53 // `op` should be either HOr or HAnd.
70 void VisitAnd(HAnd* instruction) OVERRIDE;
211 // Replace the `HAnd` or `HOr`.
216 hbin = new (GetGraph()->GetArena()) HAnd(type, src_left, src_right, dex_pc);
870 HAnd* input_and = input->AsAnd();
877 // The `HAnd` is useless, for example in `(byte) (x & 0xff)`, get rid of it.
946 void InstructionSimplifierVisitor::VisitAnd(HAnd* instruction) {
1041 // on the right hand side.