Lines Matching refs:GetValue

3028   int32_t GetValue() const { return value_; }  in GetValue()  function
3039 size_t ComputeHashCode() const override { return GetValue(); } in ComputeHashCode()
3041 bool IsMinusOne() const override { return GetValue() == -1; } in IsMinusOne()
3042 bool IsArithmeticZero() const override { return GetValue() == 0; } in IsArithmeticZero()
3043 bool IsZeroBitPattern() const override { return GetValue() == 0; } in IsZeroBitPattern()
3044 bool IsOne() const override { return GetValue() == 1; } in IsOne()
3048 bool IsTrue() const { return GetValue() == 1; } in IsTrue()
3049 bool IsFalse() const { return GetValue() == 0; } in IsFalse()
3074 int64_t GetValue() const { return value_; } in GetValue() function
3083 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode()
3085 bool IsMinusOne() const override { return GetValue() == -1; } in IsMinusOne()
3086 bool IsArithmeticZero() const override { return GetValue() == 0; } in IsArithmeticZero()
3087 bool IsZeroBitPattern() const override { return GetValue() == 0; } in IsZeroBitPattern()
3088 bool IsOne() const override { return GetValue() == 1; } in IsOne()
3108 float GetValue() const { return value_; } in GetValue() function
3119 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode()
3167 double GetValue() const { return value_; } in GetValue() function
3176 size_t ComputeHashCode() const override { return static_cast<size_t>(GetValue()); } in ComputeHashCode()
3784 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
3790 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), in Evaluate()
3794 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3797 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3831 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
3837 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3840 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3843 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3871 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
3877 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3880 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3883 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3911 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
3917 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3920 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3923 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3950 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
3956 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3959 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3962 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3989 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
3995 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
3998 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
4001 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc()); in Evaluate()
4028 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4031 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4070 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4073 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4112 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4115 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4154 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4157 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4227 return MakeConstantComparison(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4230 return MakeConstantComparison(Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4233 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4236 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4969 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
4972 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
4975 return GetBlock()->GetGraph()->GetFloatConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
4978 return GetBlock()->GetGraph()->GetDoubleConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
5049 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5053 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5057 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5061 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5083 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5087 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5091 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5095 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5119 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5123 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5127 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5131 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5167 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5171 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5175 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5179 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5215 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5219 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5223 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5227 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5253 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5257 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5288 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5292 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5327 return GetBlock()->GetGraph()->GetIntConstant(ComputeIntegral(x->GetValue()), GetDexPc()); in Evaluate()
5330 return GetBlock()->GetGraph()->GetLongConstant(ComputeIntegral(x->GetValue()), GetDexPc()); in Evaluate()
5334 ComputeFP<float, int32_t>(x->GetValue()), GetDexPc()); in Evaluate()
5338 ComputeFP<double, int64_t>(x->GetValue()), GetDexPc()); in Evaluate()
5391 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc()); in Evaluate()
5395 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc()); in Evaluate()
5437 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc()); in Evaluate()
5441 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc()); in Evaluate()
5485 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc()); in Evaluate()
5489 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc()); in Evaluate()
5528 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5532 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5566 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5570 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5604 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5608 Compute(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5648 Compute(value->GetValue(), distance->GetValue(), kMaxIntShiftDistance), GetDexPc()); in Evaluate()
5652 Compute(value->GetValue(), distance->GetValue(), kMaxLongShiftDistance), GetDexPc()); in Evaluate()
5735 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
5738 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
5772 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
5993 HInstruction* GetValue() const { return InputAt(1); } in GetValue() function
6169 HInstruction* GetValue() const { return InputAt(2); } in GetValue() function
6172 return GetComponentType(GetValue()->GetType(), GetRawExpectedComponentType()); in GetComponentType()
6974 HInstruction* GetValue() const { return InputAt(1); } in GetValue() function
7298 return static_cast<uint32_t>(path_to_root->AsIntConstant()->GetValue()); in GetBitstringPathToRoot()
7305 return static_cast<uint32_t>(mask->AsIntConstant()->GetValue()); in GetBitstringMask()
8109 return constant->AsIntConstant()->GetValue(); in Int64FromConstant()
8111 return constant->AsLongConstant()->GetValue(); in Int64FromConstant()
8121 *value = instruction->AsIntConstant()->GetValue(); in IsInt64AndGet()
8124 *value = instruction->AsLongConstant()->GetValue(); in IsInt64AndGet()