search for: simpleconstantv

Displaying 1 result from an estimated 1 matches for "simpleconstantv".

Did you mean: simpleconstants
2005 Aug 10
1
[LLVMdev] ValueTy not set appropriately in Value.h?
...iableVal, // This is an instance of GlobalVariable 00146 UndefValueVal, // This is an instance of UndefValue 00147 ConstantExprVal, // This is an instance of ConstantExpr 00148 ConstantAggregateZeroVal, // This is an instance of ConstantAggregateNull 00149 SimpleConstantVal, // This is some other type of Constant 00150 InstructionVal, // This is an instance of Instruction 00151 ValueListVal // This is for bcreader, a special ValTy 00152 }; 00153 unsigned getValueType() const { 00154 return SubclassID; 00155 } -mike --...