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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp821 SDValue LoSmall = DAG.getNode(ISD::SHL, DL, VT, Lo, Shift); local
827 Lo = DAG.getSelectCC(DL, Shift, Width, LoSmall, LoBig, ISD::SETULT);
858 SDValue LoSmall = DAG.getNode(ISD::SRL, DL, VT, Lo, Shift); local
859 LoSmall = DAG.getNode(ISD::OR, DL, VT, LoSmall, Overflow);
865 Lo = DAG.getSelectCC(DL, Shift, Width, LoSmall, LoBig, ISD::SETULT);

Completed in 36 milliseconds