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