Home
last modified time | relevance | path

Searched refs:src_left (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc232 HInstruction* src_left = left->InputAt(0); in TryDeMorganNegationFactoring() local
237 left->ReplaceWith(src_left); in TryDeMorganNegationFactoring()
245 hbin = new (GetGraph()->GetAllocator()) HOr(type, src_left, src_right, dex_pc); in TryDeMorganNegationFactoring()
247 hbin = new (GetGraph()->GetAllocator()) HAnd(type, src_left, src_right, dex_pc); in TryDeMorganNegationFactoring()