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