reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5692 SDValue Op = N->getOperand(0); 5704 Op = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(N), EltVT, 5705 Op.getOperand(0), N->getOperand(1)); 5707 Op = DAG.getNode(ISD::BSWAP, SDLoc(N), EltVT, Op); 5708 if (EltVT != N->getValueType(0)) { 5710 Op = DAG.getNode(ISD::BITCAST, SDLoc(N), N->getValueType(0), Op); 5710 Op = DAG.getNode(ISD::BITCAST, SDLoc(N), N->getValueType(0), Op); 5716 if (auto *IndexN = dyn_cast<ConstantSDNode>(N->getOperand(1))) { 5717 SDValue Op0 = N->getOperand(0); 5719 return combineExtract(SDLoc(N), N->getValueType(0), VecVT, Op0, 5719 return combineExtract(SDLoc(N), N->getValueType(0), VecVT, Op0,