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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp816 SDValue LoSmall = DAG.getNode(ISD::SHL, DL, VT, Lo, Shift); local
822 Lo = DAG.getSelectCC(DL, Shift, Width, LoSmall, LoBig, ISD::SETULT);
853 SDValue LoSmall = DAG.getNode(ISD::SRL, DL, VT, Lo, Shift); local
854 LoSmall = DAG.getNode(ISD::OR, DL, VT, LoSmall, Overflow);
860 Lo = DAG.getSelectCC(DL, Shift, Width, LoSmall, LoBig, ISD::SETULT);

Completed in 74 milliseconds