Searched refs:GetDoubleConstant (Results 1 – 3 of 3) sorted by relevance
419 reciprocal = GetGraph()->GetDoubleConstant(1.0 / value); in VisitDiv()
1374 current->ReplaceWith(outer_graph->GetDoubleConstant(current->AsDoubleConstant()->GetValue())); in InlineInto()
275 HDoubleConstant* GetDoubleConstant(double value) { in GetDoubleConstant() function