Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4953 static SDValue GetExponent(SelectionDAG &DAG, SDValue Op, in GetExponent() function
5097 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog()
5196 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in expandLog2()
5293 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog10()