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

References

lib/Analysis/ValueTracking.cpp
 1166     Known = Known.sext(BitWidth);
lib/CodeGen/GlobalISel/GISelKnownBits.cpp
  284     Known = Known.sext(BitWidth);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 3001     Known = Known.sext(BitWidth);
 3008     Known = Known.sext(BitWidth);
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 1690     Known = Known.sext(BitWidth);
lib/Target/ARM/ARMISelLowering.cpp
15461       Known = Known.sext(DstSz);
lib/Target/SystemZ/SystemZISelLowering.cpp
 6361         Known = Known.sext(BitWidth);
 6377         Known = Known.sext(BitWidth); // VREPI sign extends the immedate.
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  421     Known = InputKnown.sext(BitWidth);