reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7937 EVT VT = N->getValueType(0); 7938 SDValue N0 = N->getOperand(0); 7939 SDValue N1 = N->getOperand(1); 7940 SDValue N2 = N->getOperand(2); 7941 bool IsFSHL = N->getOpcode() == ISD::FSHL; 7962 return DAG.getNode(N->getOpcode(), SDLoc(N), VT, N0, N1, 7962 return DAG.getNode(N->getOpcode(), SDLoc(N), VT, N0, N1, 7963 DAG.getConstant(RotAmt, SDLoc(N), ShAmtTy)); 7975 return DAG.getNode(ISD::SRL, SDLoc(N), VT, N1, 7977 SDLoc(N), ShAmtTy)); 7979 return DAG.getNode(ISD::SHL, SDLoc(N), VT, N0, 7981 SDLoc(N), ShAmtTy)); 7991 return DAG.getNode(ISD::SRL, SDLoc(N), VT, N1, N2); 7993 return DAG.getNode(ISD::SHL, SDLoc(N), VT, N0, N2); 8002 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); 8005 if (SimplifyDemandedBits(SDValue(N, 0))) 8006 return SDValue(N, 0);