Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier.cc3451 HAnd* and_instr = instruction->GetRight()->AsAndOrNull(); in TryMergeWithAnd() local
3452 if (and_instr == nullptr) { in TryMergeWithAnd()
3458 HInstruction* left = and_instr->GetLeft(); in TryMergeWithAnd()
3460 HInstruction* right = and_instr->GetRight(); in TryMergeWithAnd()
3474 if (!and_instr->HasUses()) { in TryMergeWithAnd()
3475 and_instr->GetBlock()->RemoveInstruction(and_instr); in TryMergeWithAnd()