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

References

include/llvm/CodeGen/DIE.h
  172       const int64_t SignedInt = Int;
  173       if ((char)Int == SignedInt)
  175       if ((short)Int == SignedInt)
  177       if ((int)Int == SignedInt)
  180       if ((unsigned char)Int == Int)
  180       if ((unsigned char)Int == Int)
  182       if ((unsigned short)Int == Int)
  182       if ((unsigned short)Int == Int)
  184       if ((unsigned int)Int == Int)
  184       if ((unsigned int)Int == Int)