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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7133   if (X.isUndef())
 7134     return getConstant(0, SDLoc(X.getNode()), X.getValueType());
 7134     return getConstant(0, SDLoc(X.getNode()), X.getValueType());
 7137     return getUNDEF(X.getValueType());
 7141   if (isNullOrNullSplat(X) || isNullOrNullSplat(Y))
 7142     return X;
 7146   auto isShiftTooBig = [X](ConstantSDNode *Val) {
 7147     return !Val || Val->getAPIntValue().uge(X.getScalarValueSizeInBits());
 7150     return getUNDEF(X.getValueType());