Searched refs:CompShift (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1000 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift); in LowerSHLParts() local 1007 SDValue Overflow = DAG.getNode(ISD::SRL, DL, VT, Lo, CompShift); in LowerSHLParts() 1038 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift); in LowerSRXParts() local 1045 SDValue Overflow = DAG.getNode(ISD::SHL, DL, VT, Hi, CompShift); in LowerSRXParts()
|