Searched defs:LogOfExponent (Results 1 – 1 of 1) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4065 SDValue LogOfExponent = DAG.getNode(ISD::FMUL, dl, MVT::f32, Exp, in expandLog() local 4160 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in expandLog2() local 4256 SDValue LogOfExponent = DAG.getNode(ISD::FMUL, dl, MVT::f32, Exp, in expandLog10() local
|