Searched refs:FPOne (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12716 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); local
12717 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags);
12722 if (Dividend != FPOne) {
20625 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); local
20641 (i == Iterations - 1 ? N : FPOne), NewEst, Flags);

Completed in 135 milliseconds