Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp644 SDValue buildSqrtEstimate(SDValue Op, SDNodeFlags Flags);
17524 return buildSqrtEstimate(N0, Flags); in visitFSQRT()
28246 SDValue DAGCombiner::buildSqrtEstimate(SDValue Op, SDNodeFlags Flags) { in buildSqrtEstimate() function in DAGCombiner