Searched refs:hnot (Results 1 – 3 of 3) sorted by relevance
197 HInstruction* hnot = (left->IsNot() ? left : right); in TryMergeNegatedInput() local211 if (hnot->HasOnlyOneNonEnvironmentUse()) { in TryMergeNegatedInput()217 HInstruction* src = hnot->AsNot()->GetInput(); in TryMergeNegatedInput()219 HBitwiseNegatedRight* neg_op = new (hnot->GetBlock()->GetGraph()->GetAllocator()) in TryMergeNegatedInput()223 hnot->GetBlock()->RemoveInstruction(hnot); in TryMergeNegatedInput()
240 HInstruction* hnot = (left->IsNot() ? left : right); in VisitAnd() local242 HInstruction* src = hnot->AsNot()->GetInput(); in VisitAnd()
255 HInstruction* hnot; in TryDeMorganNegationFactoring() local257 hnot = new (GetGraph()->GetAllocator()) HBooleanNot(hbin, dex_pc); in TryDeMorganNegationFactoring()259 hnot = new (GetGraph()->GetAllocator()) HNot(type, hbin, dex_pc); in TryDeMorganNegationFactoring()263 op->GetBlock()->ReplaceAndRemoveInstructionWith(op, hnot); in TryDeMorganNegationFactoring()