Searched refs:GetConstantRight (Results 1 – 7 of 7) sorted by relevance
35 HConstant* cst = idx1->GetConstantRight(); in BinaryOpAndIndexMayAlias()53 HConstant* idx1_cst = idx1->GetConstantRight(); in BinaryOpsMayAlias()55 HConstant* idx2_cst = idx2->GetConstantRight(); in BinaryOpsMayAlias()
219 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd()231 HConstant* input_cst = instruction->GetConstantRight(); in VisitCompare()251 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul()268 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr()
296 HConstant* mask = and_insn->GetConstantRight(); in VisitShift()649 HInstruction* input_const = equal->GetConstantRight(); in VisitEqual()681 HInstruction* input_const = not_equal->GetConstantRight(); in VisitNotEqual()934 HConstant* constant = input_and->GetConstantRight(); in VisitTypeConversion()959 HConstant* input_cst = instruction->GetConstantRight(); in VisitAdd()1044 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd()1282 HConstant* input_cst = instruction->GetConstantRight(); in VisitDiv()1337 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul()1512 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr()1560 HConstant* input_cst = instruction->GetConstantRight(); in VisitSub()[all …]
44 if ((input_binop->GetConstantRight() != nullptr) && input_binop->GetConstantRight()->IsOne()) { in TrySimpleMultiplyAccumulatePatterns()
417 HInstruction* rhs = input->AsEqual()->GetConstantRight(); in MatchIfInstanceOf()434 HInstruction* rhs = input->AsNotEqual()->GetConstantRight(); in MatchIfInstanceOf()
1403 HConstant* HBinaryOperation::GetConstantRight() const { in GetConstantRight() function in art::HBinaryOperation1416 HInstruction* most_constant_right = GetConstantRight(); in GetLeastConstantLeft()
3315 HConstant* GetConstantRight() const;