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