Home
last modified time | relevance | path

Searched refs:GetExponent (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4888 static SDValue GetExponent(SelectionDAG &DAG, SDValue Op, in GetExponent() function
5032 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog()
5131 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in expandLog2()
5228 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog10()