search for: constantexprv

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

Did you mean: constantexpr
2005 Aug 10
1
[LLVMdev] ValueTy not set appropriately in Value.h?
...3 BasicBlockVal, // This is an instance of BasicBlock 00144 FunctionVal, // This is an instance of Function 00145 GlobalVariableVal, // 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 Value...