Searched refs:FPOne (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 14032 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in combineRepeatedFPDivisors() local 14033 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors() 14038 if (Dividend != FPOne) { in combineRepeatedFPDivisors() 22549 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in BuildDivEstimate() local 22565 (i == Iterations - 1 ? N : FPOne), NewEst, Flags); in BuildDivEstimate()
|