reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13753 DAG.MaskedValueIsZero(N0.getOperand(0), 13755 return DAG.getNode(ISD::ROTR, SDLoc(N), VT, N0, N1); 13784 SDValue SHL = DAG.getNode(ISD::SHL, DL, MVT::i32, N0->getOperand(0), 13785 DAG.getConstant(MaskedBits, DL, MVT::i32)); 13786 return DAG.getNode( 13788 DAG.getConstant(MaskedBits - ShiftAmt, DL, MVT::i32)); 13794 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); 13808 return DAG.getNode(ARMISD::VSHLIMM, dl, VT, N->getOperand(0), 13809 DAG.getConstant(Cnt, dl, MVT::i32)); 13819 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), 13820 DAG.getConstant(Cnt, dl, MVT::i32));