Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3583 GetExponent(SelectionDAG &DAG, SDValue Op, const TargetLowering &TLI, in GetExponent() function
3750 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in visitLog()
3860 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in visitLog2()
3969 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in visitLog10()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4136 static SDValue GetExponent(SelectionDAG &DAG, SDValue Op, in GetExponent() function
4280 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog()
4379 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in expandLog2()
4477 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog10()