Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15841 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in combineRepeatedFPDivisors() local
15842 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors()
15847 if (Dividend != FPOne) { in combineRepeatedFPDivisors()
25853 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in BuildDivEstimate() local
25869 (i == Iterations - 1 ? N : FPOne), NewEst, Flags); in BuildDivEstimate()