Searched refs:GetInput (Results 1 – 8 of 8) sorted by relevance
45 not_ins->GetInput(), in TryCombineAndNot()
1551 if (GetInput()->IsIntConstant()) { in TryStaticEvaluation()1552 int32_t value = GetInput()->AsIntConstant()->GetValue(); in TryStaticEvaluation()1571 } else if (GetInput()->IsLongConstant()) { in TryStaticEvaluation()1572 int64_t value = GetInput()->AsLongConstant()->GetValue(); in TryStaticEvaluation()1591 } else if (GetInput()->IsFloatConstant()) { in TryStaticEvaluation()1592 float value = GetInput()->AsFloatConstant()->GetValue(); in TryStaticEvaluation()1615 } else if (GetInput()->IsDoubleConstant()) { in TryStaticEvaluation()1616 double value = GetInput()->AsDoubleConstant()->GetValue(); in TryStaticEvaluation()1644 if (GetInput()->IsIntConstant()) { in TryStaticEvaluation()1645 return Evaluate(GetInput()->AsIntConstant()); in TryStaticEvaluation()[all …]
201 binop->ReplaceInput(left_neg->GetInput(), 0); in TryMoveNegOnInputsAfterBinop()202 binop->ReplaceInput(right_neg->GetInput(), 1); in TryMoveNegOnInputsAfterBinop()409 instruction->ReplaceInput(shift_amount->AsTypeConversion()->GetInput(), 1); in VisitShift()1169 HInstruction* input = instruction->GetInput(); in VisitTypeConversion()1181 HInstruction* original_input = input_conversion->GetInput(); in VisitTypeConversion()1265 HInstruction* input = instruction->GetInput(); in VisitAbs()1319 new(GetGraph()->GetAllocator()) HSub(instruction->GetType(), other, neg->GetInput()); in VisitAdd()1821 HInstruction* input = instruction->GetInput(); in VisitNeg()1829 instruction->ReplaceWith(previous_neg->GetInput()); in VisitNeg()1866 HInstruction* input = instruction->GetInput(); in VisitNot()[all …]
311 instruction->ReplaceWith(instruction->GetInput()); in VisitTypeConversion()
217 HInstruction* src = hnot->AsNot()->GetInput(); in TryMergeNegatedInput()
216 HInstruction* GetInput() const { return InputAt(0); } in GetInput() function
878 auto it = cycle_.find(conversion->GetInput()); in SolveConversion()
3481 HInstruction* GetInput() const { return InputAt(0); } in GetInput() function5694 HInstruction* GetInput() const { return InputAt(0); } in GetInput() function5695 DataType::Type GetInputType() const { return GetInput()->GetType(); } in GetInputType()