Home
last modified time | relevance | path

Searched defs:Reciprocal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17294 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); in combineRepeatedFPDivisors() local
28123 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNROneConst()
28155 SDNodeFlags Flags, bool Reciprocal) { in buildSqrtNRTwoConst()
28194 bool Reciprocal) { in buildSqrtEstimateImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5132 bool &UseOneConstNR, bool Reciprocal) const { in getSqrtEstimate()