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

  /art/compiler/optimizing/
instruction_simplifier_shared.cc 42 if ((input_binop->GetConstantRight() != nullptr) && input_binop->GetConstantRight()->IsOne()) {
constant_folding.cc 192 HConstant* input_cst = instruction->GetConstantRight();
204 HConstant* input_cst = instruction->GetConstantRight();
224 HConstant* input_cst = instruction->GetConstantRight();
241 HConstant* input_cst = instruction->GetConstantRight();
instruction_simplifier.cc 237 HConstant* input_cst = instruction->GetConstantRight();
588 HInstruction* input_const = equal->GetConstantRight();
619 HInstruction* input_const = not_equal->GetConstantRight();
    [all...]
reference_type_propagation.cc 318 HInstruction* rhs = input->AsEqual()->GetConstantRight();
335 HInstruction* rhs = input->AsNotEqual()->GetConstantRight();
    [all...]
nodes.cc     [all...]
nodes.h     [all...]

Completed in 1352 milliseconds