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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 2951   auto Match = [&NewShiftOpcode, &X, &C, &Y, &TLI, &DAG](SDValue V) {
 2976         isConstOrConstSplat(X, /*AllowUndefs=*/true, /*AllowTruncation=*/true);
 2978         X, XC, CC, Y, OldShiftOpcode, NewShiftOpcode, DAG);
 2985   X = N0.getOperand(0);
 2990     std::swap(X, Mask);
 2995   EVT VT = X.getValueType();
 2999   SDValue T0 = DAG.getNode(NewShiftOpcode, DL, VT, X, Y);