Searched refs:src_right (Results 1 – 1 of 1) sorted by relevance
239 HInstruction* src_right = right->InputAt(0); in TryDeMorganNegationFactoring() local244 right->ReplaceWith(src_right); in TryDeMorganNegationFactoring()251 hbin = new (GetGraph()->GetAllocator()) HOr(type, src_left, src_right, dex_pc); in TryDeMorganNegationFactoring()253 hbin = new (GetGraph()->GetAllocator()) HAnd(type, src_left, src_right, dex_pc); in TryDeMorganNegationFactoring()