Searched refs:GetLeastConstantLeft (Results 1 – 8 of 8) sorted by relevance
41 if (idx1->AsBinaryOperation()->GetLeastConstantLeft() != idx2) { in CanBinaryOpAndIndexAlias()68 if (idx1->AsBinaryOperation()->GetLeastConstantLeft() != in CanBinaryOpsAlias()69 idx2->AsBinaryOperation()->GetLeastConstantLeft()) { in CanBinaryOpsAlias()119 idx1->AsBinaryOperation()->GetLeastConstantLeft() == idx2) { in CanArrayElementsAlias()129 idx2->AsBinaryOperation()->GetLeastConstantLeft() == idx1) { in CanArrayElementsAlias()
127 return cst != nullptr && cst->IsMinusOne() && other == add->GetLeastConstantLeft(); in AreLeastSetBitInputs()132 return cst != nullptr && cst->IsOne() && other == sub->GetLeastConstantLeft(); in AreLeastSetBitInputs()
396 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1); in VisitShift()755 HInstruction* input_value = equal->GetLeastConstantLeft(); in VisitEqual()787 HInstruction* input_value = not_equal->GetLeastConstantLeft(); in VisitNotEqual()905 if (other != nullptr && a == c->AsBinaryOperation()->GetLeastConstantLeft()) { in AllowInMinMax()1224 HInstruction* original_input = input_and->GetLeastConstantLeft(); in VisitTypeConversion()1273 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd()1360 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd()1654 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv()1774 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul()1949 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr()[all …]
49 input_b = input_binop->GetLeastConstantLeft(); in TrySimpleMultiplyAccumulatePatterns()
254 HInstruction* input_value = instruction->GetLeastConstantLeft(); in VisitCompare()
416 HInstruction* lhs = input->AsEqual()->GetLeastConstantLeft(); in MatchIfInstanceOf()433 HInstruction* lhs = input->AsNotEqual()->GetLeastConstantLeft(); in MatchIfInstanceOf()
1694 HInstruction* HBinaryOperation::GetLeastConstantLeft() const { in GetLeastConstantLeft() function in art::HBinaryOperation
3664 HInstruction* GetLeastConstantLeft() const;