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

Declarations

include/llvm/IR/Argument.h
  112   bool hasSExtAttr() const;

References

lib/CodeGen/CodeGenPrepare.cpp
 6251     if (Arg->hasSExtAttr())
lib/Target/AArch64/AArch64FastISel.cpp
  320     if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr()))
 4601     if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) {