HomeSort by relevance Sort by last modified time
    Searched refs:GetLeastConstantLeft (Results 1 - 7 of 7) sorted by null

  /art/compiler/optimizing/
load_store_analysis.cc 45 if (idx1->AsBinaryOperation()->GetLeastConstantLeft() != idx2) {
72 if (idx1->AsBinaryOperation()->GetLeastConstantLeft() !=
73 idx2->AsBinaryOperation()->GetLeastConstantLeft()) {
123 idx1->AsBinaryOperation()->GetLeastConstantLeft() == idx2) {
133 idx2->AsBinaryOperation()->GetLeastConstantLeft() == idx1) {
instruction_simplifier.cc 393 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1);
757 HInstruction* input_value = equal->GetLeastConstantLeft();
789 HInstruction* input_value = not_equal->GetLeastConstantLeft();
    [all...]
constant_folding.cc 233 HInstruction* input_value = instruction->GetLeastConstantLeft();
instruction_simplifier_shared.cc 49 input_b = input_binop->GetLeastConstantLeft();
reference_type_propagation.cc 436 HInstruction* lhs = input->AsEqual()->GetLeastConstantLeft();
453 HInstruction* lhs = input->AsNotEqual()->GetLeastConstantLeft();
    [all...]
nodes.cc     [all...]
nodes.h     [all...]

Completed in 158 milliseconds