Lines Matching defs:cmp2
193 HInstruction* cmp2 = new (&allocator_) HGreaterThanOrEqual(add, array_length);
194 if_inst = new (&allocator_) HIf(cmp2);
198 block2->AddInstruction(cmp2);
260 HInstruction* cmp2 = new (&allocator_) HLessThanOrEqual(sub2, constant_0);
261 if_inst = new (&allocator_) HIf(cmp2);
264 block2->AddInstruction(cmp2);