OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:equality_instr
(Results
1 - 1
of
1
) sorted by null
/art/compiler/optimizing/
ssa_builder.cc
30
HInstruction*
equality_instr
= it.Current();
local
31
if (!
equality_instr
->IsEqual() && !
equality_instr
->IsNotEqual()) {
34
HInstruction* left =
equality_instr
->InputAt(0);
35
HInstruction* right =
equality_instr
->InputAt(1);
53
equality_instr
->ReplaceInput(graph_->GetNullConstant(), int_operand == right ? 1 : 0);
Completed in 1236 milliseconds