Searched refs:GetDoubleConstant (Results 1 - 7 of 7) sorted by relevance

/art/compiler/optimizing/
H A Dload_store_elimination.cc539 return GetGraph()->GetDoubleConstant(0);
H A Dnodes.cc1525 return graph->GetDoubleConstant(static_cast<double>(value), GetDexPc());
1545 return graph->GetDoubleConstant(static_cast<double>(value), GetDexPc());
1569 return graph->GetDoubleConstant(static_cast<double>(value), GetDexPc());
2580 replacement = outer_graph->GetDoubleConstant(
H A Dnodes.h546 HDoubleConstant* GetDoubleConstant(double value, uint32_t dex_pc = kNoDexPc) { function in class:art::HGraph
4775 return GetBlock()->GetGraph()->GetDoubleConstant(Compute(x->GetValue()), GetDexPc());
4843 return GetBlock()->GetGraph()->GetDoubleConstant(
4877 return GetBlock()->GetGraph()->GetDoubleConstant(
4913 return GetBlock()->GetGraph()->GetDoubleConstant(
4961 return GetBlock()->GetGraph()->GetDoubleConstant(
5009 return GetBlock()->GetGraph()->GetDoubleConstant(
H A Dbounds_check_elimination.cc1879 case DataType::Type::kFloat64: zero = graph->GetDoubleConstant(0); break;
H A Dinduction_var_analysis.cc1225 case DataType::Type::kFloat64: constant = graph_->GetDoubleConstant(value); break;
H A Dinliner.cc1818 callee_graph->GetDoubleConstant(argument->AsDoubleConstant()->GetValue()));
H A Dinstruction_simplifier.cc1651 reciprocal = GetGraph()->GetDoubleConstant(1.0 / value);

Completed in 82 milliseconds