reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6048 return DAG.getNode(ARMISD::VSHLIMM, dl, VT, N->getOperand(0), 6049 DAG.getConstant(Cnt, dl, MVT::i32)); 6050 return DAG.getNode(ARMISD::VSHLu, dl, VT, N->getOperand(0), 6060 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), 6061 DAG.getConstant(Cnt, dl, MVT::i32)); 6067 SDValue NegatedCount = DAG.getNode( 6068 ISD::SUB, dl, ShiftVT, getZeroVector(ShiftVT, DAG, dl), N->getOperand(1)); 6071 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), NegatedCount);