Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HNot

95   void VisitNot(HNot* instruction) OVERRIDE;
241 HInstruction* hnot;
243 hnot = new (GetGraph()->GetAllocator()) HBooleanNot(hbin, dex_pc);
245 hnot = new (GetGraph()->GetAllocator()) HNot(type, hbin, dex_pc);
249 op->GetBlock()->ReplaceAndRemoveInstructionWith(op, hnot);
1824 void InstructionSimplifierVisitor::VisitNot(HNot* instruction) {
1835 HNot* previous_not = input->AsNot();
2040 HNot* bitwise_not = new (GetGraph()->GetAllocator()) HNot(instruction->GetType(), input_other);