Searched refs:Rsq (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6303 SDValue Rsq = DAG.getNode(AMDGPUISD::RSQ, DL, VT, Op.getOperand(1)); local
6304 SDValue Tmp = DAG.getNode(ISD::FMINNUM, DL, VT, Rsq,

Completed in 129 milliseconds