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

  /art/compiler/optimizing/
load_store_analysis.cc 49 if (!idx1->GetConstantRight()->IsIntConstant()) {
56 idx1->GetConstantRight()->AsIntConstant()->GetValue() :
57 -idx1->GetConstantRight()->AsIntConstant()->GetValue();
77 if (!idx1->GetConstantRight()->IsIntConstant() ||
78 !idx2->GetConstantRight()->IsIntConstant()) {
85 idx1->GetConstantRight()->AsIntConstant()->GetValue() :
86 -idx1->GetConstantRight()->AsIntConstant()->GetValue();
88 idx2->GetConstantRight()->AsIntConstant()->GetValue() :
89 -idx2->GetConstantRight()->AsIntConstant()->GetValue();
122 idx1->AsBinaryOperation()->GetConstantRight() != nullptr &
    [all...]
constant_folding.cc 219 HConstant* input_cst = instruction->GetConstantRight();
231 HConstant* input_cst = instruction->GetConstantRight();
251 HConstant* input_cst = instruction->GetConstantRight();
268 HConstant* input_cst = instruction->GetConstantRight();
instruction_simplifier_shared.cc 44 if ((input_binop->GetConstantRight() != nullptr) && input_binop->GetConstantRight()->IsOne()) {
instruction_simplifier.cc 391 HConstant* mask = bin_op->GetConstantRight();
755 HInstruction* input_const = equal->GetConstantRight();
787 HInstruction* input_const = not_equal->GetConstantRight();
    [all...]
reference_type_propagation.cc 434 HInstruction* rhs = input->AsEqual()->GetConstantRight();
451 HInstruction* rhs = input->AsNotEqual()->GetConstantRight();
    [all...]
nodes.cc     [all...]
nodes.h     [all...]

Completed in 1437 milliseconds