reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 2221   SDValue Vec = N->getOperand(0);
 2222   SDValue Idx = N->getOperand(1);
 2234       return SDValue(DAG.UpdateNodeOperands(N, Lo, Idx), 0);
 2235     return SDValue(DAG.UpdateNodeOperands(N, Hi,
 2236                                   DAG.getConstant(IdxVal - LoElts, SDLoc(N),
 2241   if (CustomLowerNode(N, N->getValueType(0), true))
 2241   if (CustomLowerNode(N, N->getValueType(0), true))
 2245   SDLoc dl(N);
 2266   if (N->getValueType(0).bitsLT(EltVT)) {
 2269     return DAG.getZExtOrTrunc(Load, dl, N->getValueType(0));
 2273       ISD::EXTLOAD, dl, N->getValueType(0), Store, StackPtr,