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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3950 // Log2ofMantissa = -1.6749035f + (2.0246817f - .34484768f * x) * x;
3958 SDValue Log2ofMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t2, local
3962 MVT::f32, LogOfExponent, Log2ofMantissa);
3966 // Log2ofMantissa =
3984 SDValue Log2ofMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t6, local
3988 MVT::f32, LogOfExponent, Log2ofMantissa);
3992 // Log2ofMantissa =
4019 SDValue Log2ofMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t10, local
4023 MVT::f32, LogOfExponent, Log2ofMantissa);

Completed in 92 milliseconds