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