Searched refs:LoBig (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 993 SDValue LoBig = Zero; in LowerSHLParts() local 996 Lo = DAG.getSelectCC(DL, Shift, Width, LoSmall, LoBig, ISD::SETULT); in LowerSHLParts() 1030 SDValue LoBig = DAG.getNode(SRA ? ISD::SRA : ISD::SRL, DL, VT, Hi, BigShift); in LowerSRXParts() local 1034 Lo = DAG.getSelectCC(DL, Shift, Width, LoSmall, LoBig, ISD::SETULT); in LowerSRXParts()
|