Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp574 SDValue BuildDivEstimate(SDValue N, SDValue Op, SDNodeFlags Flags);
14168 if (SDValue RV = BuildDivEstimate(N0, N1, Flags)) in visitFDIV()
22525 SDValue DAGCombiner::BuildDivEstimate(SDValue N, SDValue Op, in BuildDivEstimate() function in DAGCombiner