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

References

lib/Target/SystemZ/SystemZISelLowering.cpp
 6359         Known = Known.zext(BitWidth, true);
 6361         Known = Known.sext(BitWidth);
 6376       if (Known.getBitWidth() < BitWidth && isa<ConstantSDNode>(SrcOp))
 6377         Known = Known.sext(BitWidth); // VREPI sign extends the immedate.
 6387   if (Known.getBitWidth() != BitWidth)
 6388     Known = Known.zextOrTrunc(BitWidth, false);