Home
last modified time | relevance | path

Searched refs:GetDoubleConstant (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc419 reciprocal = GetGraph()->GetDoubleConstant(1.0 / value); in VisitDiv()
Dnodes.cc1374 current->ReplaceWith(outer_graph->GetDoubleConstant(current->AsDoubleConstant()->GetValue())); in InlineInto()
Dnodes.h275 HDoubleConstant* GetDoubleConstant(double value) { in GetDoubleConstant() function