Lines Matching refs:GetValue
3338 int32_t GetValue() const { return value_; }
3349 size_t ComputeHashCode() const override { return GetValue(); }
3351 bool IsMinusOne() const override { return GetValue() == -1; }
3352 bool IsArithmeticZero() const override { return GetValue() == 0; }
3353 bool IsZeroBitPattern() const override { return GetValue() == 0; }
3354 bool IsOne() const override { return GetValue() == 1; }
3358 bool IsTrue() const { return GetValue() == 1; }
3359 bool IsFalse() const { return GetValue() == 0; }
3384 int64_t GetValue() const { return value_; }
3393 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); }
3395 bool IsMinusOne() const override { return GetValue() == -1; }
3396 bool IsArithmeticZero() const override { return GetValue() == 0; }
3397 bool IsZeroBitPattern() const override { return GetValue() == 0; }
3398 bool IsOne() const override { return GetValue() == 1; }
3418 float GetValue() const { return value_; }
3429 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); }
3477 double GetValue() const { return value_; }
3486 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); }
4141 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4147 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0),
4151 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4154 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4188 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4194 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
4197 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4200 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4228 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4234 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
4237 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4240 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4268 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4274 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
4277 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4280 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4307 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4313 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
4316 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4319 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4346 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4352 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
4355 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4358 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4385 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4388 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4417 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4420 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4449 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4452 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4481 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4484 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4544 return MakeConstantComparison(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4547 return MakeConstantComparison(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4550 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4553 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5351 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
5354 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
5357 return GetBlock()->GetGraph()->GetFloatConstant(Compute(x->GetValue()), GetDexPc());
5360 return GetBlock()->GetGraph()->GetDoubleConstant(Compute(x->GetValue()), GetDexPc());
5431 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5435 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5439 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5443 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5465 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5469 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5473 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5477 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5501 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5505 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5509 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5513 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5549 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5553 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5557 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5561 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5597 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5601 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5605 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5609 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5635 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5639 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5674 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5678 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5717 return GetBlock()->GetGraph()->GetIntConstant(ComputeIntegral(x->GetValue()), GetDexPc());
5720 return GetBlock()->GetGraph()->GetLongConstant(ComputeIntegral(x->GetValue()), GetDexPc());
5724 ComputeFP<float, int32_t>(x->GetValue()), GetDexPc());
5728 ComputeFP<double, int64_t>(x->GetValue()), GetDexPc());
5781 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5785 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5812 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5816 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5845 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5849 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5873 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5877 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5901 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5905 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5929 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5933 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5963 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5967 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
6035 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
6038 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
6064 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
6319 HInstruction* GetValue() const { return InputAt(1); }
6515 HInstruction* GetValue() const { return InputAt(2); }
6518 return GetComponentType(GetValue()->GetType(), GetRawExpectedComponentType());
7432 HInstruction* GetValue() const { return InputAt(1); }
7775 return static_cast<uint32_t>(path_to_root->AsIntConstant()->GetValue());
7782 return static_cast<uint32_t>(mask->AsIntConstant()->GetValue());
8428 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue(), y->GetValue()),
8433 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue(), y->GetValue()),
8688 return constant->AsIntConstant()->GetValue();
8690 return constant->AsLongConstant()->GetValue();
8700 *value = instruction->AsIntConstant()->GetValue();
8703 *value = instruction->AsLongConstant()->GetValue();