Home
last modified time | relevance | path

Searched refs:GetLeastConstantLeft (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dload_store_analysis.cc44 if (idx1->GetLeastConstantLeft() != idx2) { in CanBinaryOpAndIndexAlias()
71 if (idx1->GetLeastConstantLeft() != idx2->GetLeastConstantLeft()) { in CanBinaryOpsAlias()
162 idx1->AsBinaryOperation()->GetLeastConstantLeft() == idx2) { in CanArrayElementsAlias()
172 idx2->AsBinaryOperation()->GetLeastConstantLeft() == idx1) { in CanArrayElementsAlias()
Dinstruction_simplifier_x86_shared.cc128 return cst != nullptr && cst->IsMinusOne() && other == add->GetLeastConstantLeft(); in AreLeastSetBitInputs()
133 return cst != nullptr && cst->IsOne() && other == sub->GetLeastConstantLeft(); in AreLeastSetBitInputs()
Dinstruction_simplifier.cc533 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1); in VisitShift()
914 HInstruction* input_value = equal->GetLeastConstantLeft(); in VisitEqual()
946 HInstruction* input_value = not_equal->GetLeastConstantLeft(); in VisitNotEqual()
1064 if (other != nullptr && a == c->AsBinaryOperation()->GetLeastConstantLeft()) { in AllowInMinMax()
1419 HInstruction* shr_left = shr_op->GetLeastConstantLeft(); in VisitTypeConversion()
1424 HInstruction* and_left = and_op->GetLeastConstantLeft(); in VisitTypeConversion()
1453 HInstruction* original_input = input_and->GetLeastConstantLeft(); in VisitTypeConversion()
1502 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd()
1591 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd()
1885 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv()
[all …]
Dinstruction_simplifier_shared.cc51 input_b = input_binop->GetLeastConstantLeft(); in TrySimpleMultiplyAccumulatePatterns()
Dreference_type_propagation.cc390 HInstruction* lhs = input->AsEqual()->GetLeastConstantLeft(); in MatchIfInstanceOf()
410 HInstruction* lhs = input->AsNotEqual()->GetLeastConstantLeft(); in MatchIfInstanceOf()
Dconstant_folding.cc844 HInstruction* input_value = instruction->GetLeastConstantLeft(); in VisitCompare()
Dnodes.cc1863 HInstruction* HBinaryOperation::GetLeastConstantLeft() const { in GetLeastConstantLeft() function in art::HBinaryOperation
Dnodes.h4021 HInstruction* GetLeastConstantLeft() const;