Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.cc38 HInstruction* int_operand = nullptr; in FixNullConstantType() local
41 int_operand = right; in FixNullConstantType()
44 int_operand = left; in FixNullConstantType()
53 DCHECK(int_operand->IsIntConstant()) << int_operand->DebugName(); in FixNullConstantType()
54 DCHECK_EQ(0, int_operand->AsIntConstant()->GetValue()); in FixNullConstantType()
55 equality_instr->ReplaceInput(graph_->GetNullConstant(), int_operand == right ? 1 : 0); in FixNullConstantType()