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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 2675   if (N->getOpcode() == ISD::SIGN_EXTEND || N->getOpcode() == ISD::ZERO_EXTEND)
 2675   if (N->getOpcode() == ISD::SIGN_EXTEND || N->getOpcode() == ISD::ZERO_EXTEND)
 2676     return addRequiredExtensionForVectorMULL(N->getOperand(0), DAG,
 2677                                              N->getOperand(0)->getValueType(0),
 2678                                              N->getValueType(0),
 2679                                              N->getOpcode());
 2681   assert(N->getOpcode() == ISD::BUILD_VECTOR && "expected BUILD_VECTOR");
 2682   EVT VT = N->getValueType(0);
 2683   SDLoc dl(N);
 2689     ConstantSDNode *C = cast<ConstantSDNode>(N->getOperand(i));