Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8757 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in combineRepeatedFPDivisors() local
8758 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors()
8763 if (Dividend != FPOne) { in combineRepeatedFPDivisors()
14541 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in BuildReciprocalEstimate() local
14550 NewEst = DAG.getNode(ISD::FSUB, DL, VT, FPOne, NewEst, Flags); in BuildReciprocalEstimate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11265 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in combineRepeatedFPDivisors() local
11266 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors()
11271 if (Dividend != FPOne) { in combineRepeatedFPDivisors()
18167 SDValue FPOne = DAG.getConstantFP(1.0, DL, VT); in BuildReciprocalEstimate() local
18174 NewEst = DAG.getNode(ISD::FSUB, DL, VT, FPOne, NewEst, Flags); in BuildReciprocalEstimate()