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