Searched refs:GetLeastConstantLeft (Results 1 – 7 of 7) sorted by relevance
45 if (idx1->AsBinaryOperation()->GetLeastConstantLeft() != idx2) { in CanBinaryOpAndIndexAlias()72 if (idx1->AsBinaryOperation()->GetLeastConstantLeft() != in CanBinaryOpsAlias()73 idx2->AsBinaryOperation()->GetLeastConstantLeft()) { in CanBinaryOpsAlias()123 idx1->AsBinaryOperation()->GetLeastConstantLeft() == idx2) { in CanArrayElementsAlias()133 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()
390 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1); in VisitShift()749 HInstruction* input_value = equal->GetLeastConstantLeft(); in VisitEqual()781 HInstruction* input_value = not_equal->GetLeastConstantLeft(); in VisitNotEqual()899 if (other != nullptr && a == c->AsBinaryOperation()->GetLeastConstantLeft()) { in AllowInMinMax()1218 HInstruction* original_input = input_and->GetLeastConstantLeft(); in VisitTypeConversion()1267 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd()1354 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd()1648 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv()1703 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul()1878 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr()[all …]
49 input_b = input_binop->GetLeastConstantLeft(); in TrySimpleMultiplyAccumulatePatterns()
254 HInstruction* input_value = instruction->GetLeastConstantLeft(); in VisitCompare()
455 HInstruction* lhs = input->AsEqual()->GetLeastConstantLeft(); in MatchIfInstanceOf()472 HInstruction* lhs = input->AsNotEqual()->GetLeastConstantLeft(); in MatchIfInstanceOf()
1695 HInstruction* HBinaryOperation::GetLeastConstantLeft() const { in GetLeastConstantLeft() function in art::HBinaryOperation