Lines Matching refs:isLeft
5050 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
5075 isLeft = false;
5084 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
5109 isLeft = true;
5118 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
5124 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
5125 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
5213 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp,
5218 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ;
7248 bool isLeft = false;
7251 bool isShift = HasSSE2 && isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt);
7257 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
7296 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);