From 97b4ee34ed35b03cb3832d813292f7ceb516028f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 1 Mar 2007 21:05:33 +0000 Subject: Clarify the use of getValue/getSExtValue/getZExtValue and add the new APInt constructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34811 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'docs/ProgrammersManual.html') diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index df8f4ab..031c86b 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -2621,10 +2621,20 @@ a subclass, which represents the address of a global variable or function.
  • ConstantInt : This subclass of Constant represents an integer constant of any width.