Lines Matching refs:Amt2
16445 SDValue Amt2 = (VT == MVT::v4i32) ? Amt->getOperand(1) : in LowerShift() local
16452 CanBeSimplified = Amt2 == Amt->getOperand(2) && in LowerShift()
16453 Amt2 == Amt->getOperand(3); in LowerShift()
16459 Amt2 = Amt->getOperand(2); in LowerShift()
16466 CanBeSimplified = Amt2 == Amt->getOperand(i); in LowerShift()
16471 Amt2 = Amt->getOperand(4); in LowerShift()
16475 CanBeSimplified = Amt2 == Amt->getOperand(j); in LowerShift()
16480 isa<ConstantSDNode>(Amt2)) { in LowerShift()
16487 DAG.getConstant(cast<ConstantSDNode>(Amt2)->getAPIntValue(), VT); in LowerShift()
16566 SDValue Amt1, Amt2; in LowerShift() local
16574 Amt2 = DAG.getNode(ISD::BUILD_VECTOR, dl, NewVT, Amt2Csts); in LowerShift()
16578 Amt2 = Extract128BitVector(Amt, NumElems/2, DAG, dl); in LowerShift()
16583 V2 = DAG.getNode(Op.getOpcode(), dl, NewVT, V2, Amt2); in LowerShift()