Searched refs:GetLeastConstantLeft (Results 1 – 8 of 8) sorted by relevance
44 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()
128 return cst != nullptr && cst->IsMinusOne() && other == add->GetLeastConstantLeft(); in AreLeastSetBitInputs()133 return cst != nullptr && cst->IsOne() && other == sub->GetLeastConstantLeft(); in AreLeastSetBitInputs()
533 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 …]
51 input_b = input_binop->GetLeastConstantLeft(); in TrySimpleMultiplyAccumulatePatterns()
390 HInstruction* lhs = input->AsEqual()->GetLeastConstantLeft(); in MatchIfInstanceOf()410 HInstruction* lhs = input->AsNotEqual()->GetLeastConstantLeft(); in MatchIfInstanceOf()
844 HInstruction* input_value = instruction->GetLeastConstantLeft(); in VisitCompare()
1863 HInstruction* HBinaryOperation::GetLeastConstantLeft() const { in GetLeastConstantLeft() function in art::HBinaryOperation
4021 HInstruction* GetLeastConstantLeft() const;