~ubuntu-branches/ubuntu/precise/llvm-3.2/precise-updates

« back to all changes in this revision

Viewing changes to include/llvm/Constant.h

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-12-04 09:00:41 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20121204090041-xyzk1pegyvd3ohmr
Tags: 3.2~rc2-1~exp1
New testing upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  /// true for things like constant expressions that could divide by zero.
66
66
  bool canTrap() const;
67
67
 
 
68
  /// isThreadDependent - Return true if the value can vary between threads.
 
69
  bool isThreadDependent() const;
 
70
 
68
71
  /// isConstantUsed - Return true if the constant has users other than constant
69
72
  /// exprs and other dangling things.
70
73
  bool isConstantUsed() const;