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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 7485     if (auto *CstLane = dyn_cast<ConstantSDNode>(Lane)) {
 7488       Lane = DAG.getConstant(LowBits.getZExtValue(), dl, MVT::i32);
 7489     } else if (Lane.getNode()->isUndef()) {
 7490       Lane = DAG.getUNDEF(MVT::i32);
 7492       assert(Lane.getValueType() == MVT::i32 &&
 7495     Ops.push_back(Lane);