Searched refs:FPOne (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 17293 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in combineRepeatedFPDivisors() local 17294 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors() 17299 if (Dividend != FPOne) { in combineRepeatedFPDivisors() 28078 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in BuildDivEstimate() local 28094 (i == Iterations - 1 ? N : FPOne), NewEst, Flags); in BuildDivEstimate()
|