Skip to content
Commit eacabece authored by Vikram S. Adve's avatar Vikram S. Adve
Browse files

Add a couple of virtual functions to support subclass ConstantExpr.

Note that a ConstantExpr can be of any type, so classof() in most
other subclasses (that discriminate by type) have to check that it
is also not a ConstantExpr.   This is why isConstantExpr() is needed.

llvm-svn: 2890
parent a916f2c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment