Searched refs:GetExponent (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4417 static SDValue GetExponent(SelectionDAG &DAG, SDValue Op, in GetExponent() function 4560 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog() 4658 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in expandLog2() 4755 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog10()
|