Lines Matching refs:GetValue
3218 int32_t GetValue() const { return value_; }
3229 size_t ComputeHashCode() const override { return GetValue(); }
3231 bool IsMinusOne() const override { return GetValue() == -1; }
3232 bool IsArithmeticZero() const override { return GetValue() == 0; }
3233 bool IsZeroBitPattern() const override { return GetValue() == 0; }
3234 bool IsOne() const override { return GetValue() == 1; }
3238 bool IsTrue() const { return GetValue() == 1; }
3239 bool IsFalse() const { return GetValue() == 0; }
3264 int64_t GetValue() const { return value_; }
3273 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); }
3275 bool IsMinusOne() const override { return GetValue() == -1; }
3276 bool IsArithmeticZero() const override { return GetValue() == 0; }
3277 bool IsZeroBitPattern() const override { return GetValue() == 0; }
3278 bool IsOne() const override { return GetValue() == 1; }
3298 float GetValue() const { return value_; }
3309 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); }
3357 double GetValue() const { return value_; }
3366 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); }
3974 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3980 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0),
3984 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3987 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4021 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4027 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
4030 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4033 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4061 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4067 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
4070 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4073 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4101 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4107 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
4110 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4113 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4140 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4146 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
4149 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4152 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4179 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4185 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
4188 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4191 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
4218 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4221 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4260 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4263 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4302 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4305 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4344 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4347 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4417 return MakeConstantComparison(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4420 return MakeConstantComparison(Compute(x->GetValue(), y->GetValue()), GetDexPc());
4423 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4426 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5199 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
5202 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
5205 return GetBlock()->GetGraph()->GetFloatConstant(Compute(x->GetValue()), GetDexPc());
5208 return GetBlock()->GetGraph()->GetDoubleConstant(Compute(x->GetValue()), GetDexPc());
5279 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5283 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5287 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5291 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5313 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5317 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5321 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5325 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5349 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5353 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5357 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5361 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5397 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5401 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5405 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5409 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5445 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5449 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5453 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5457 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5483 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5487 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5518 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5522 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc());
5557 return GetBlock()->GetGraph()->GetIntConstant(ComputeIntegral(x->GetValue()), GetDexPc());
5560 return GetBlock()->GetGraph()->GetLongConstant(ComputeIntegral(x->GetValue()), GetDexPc());
5564 ComputeFP<float, int32_t>(x->GetValue()), GetDexPc());
5568 ComputeFP<double, int64_t>(x->GetValue()), GetDexPc());
5621 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5625 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5667 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5671 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5715 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5719 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5758 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5762 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5796 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5800 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5834 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5838 Compute(x->GetValue(), y->GetValue()), GetDexPc());
5878 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc());
5882 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc());
5965 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
5968 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
6002 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
6341 HInstruction* GetValue() const { return InputAt(1); }
6520 HInstruction* GetValue() const { return InputAt(2); }
6523 return GetComponentType(GetValue()->GetType(), GetRawExpectedComponentType());
7342 HInstruction* GetValue() const { return InputAt(1); }
7666 return static_cast<uint32_t>(path_to_root->AsIntConstant()->GetValue());
7673 return static_cast<uint32_t>(mask->AsIntConstant()->GetValue());
8477 return constant->AsIntConstant()->GetValue();
8479 return constant->AsLongConstant()->GetValue();
8489 *value = instruction->AsIntConstant()->GetValue();
8492 *value = instruction->AsLongConstant()->GetValue();