Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.cc42 HInstruction* int_operand = nullptr; in FixNullConstantType() local
46 int_operand = right; in FixNullConstantType()
49 int_operand = left; in FixNullConstantType()
58 DCHECK(int_operand->IsIntConstant()) << int_operand->DebugName(); in FixNullConstantType()
59 DCHECK_EQ(0, int_operand->AsIntConstant()->GetValue()); in FixNullConstantType()
60 equality_instr->ReplaceInput(graph_->GetNullConstant(), int_operand == right ? 1 : 0); in FixNullConstantType()