Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16992 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in combineRepeatedFPDivisors() local
16993 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors()
16998 if (Dividend != FPOne) { in combineRepeatedFPDivisors()
27684 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in BuildDivEstimate() local
27700 (i == Iterations - 1 ? N : FPOne), NewEst, Flags); in BuildDivEstimate()