Searched defs:input_other (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_simplifier.cc138 HInstruction* input_other = instruction->GetLeastConstantLeft(); local
146 instruction->ReplaceWith(input_other);
154 input_other,
155 input_other);
311 HInstruction* input_other = instruction->GetLeastConstantLeft(); local
321 instruction->ReplaceWith(input_other);
359 HInstruction* input_other = instruction->GetLeastConstantLeft(); local
366 instruction->ReplaceWith(input_other);
386 HInstruction* input_other = instruction->GetLeastConstantLeft(); local
394 instruction->ReplaceWith(input_other);
440 HInstruction* input_other = instruction->GetLeastConstantLeft(); local
577 HInstruction* input_other = instruction->GetLeastConstantLeft(); local
612 HInstruction* input_other = instruction->GetLeastConstantLeft(); local
698 HInstruction* input_other = instruction->GetLeastConstantLeft(); local
[all...]

Completed in 23 milliseconds