typedef union { llvm::Module *ModuleVal; llvm::Function *FunctionVal; std::pair *ArgVal; llvm::BasicBlock *BasicBlockVal; llvm::TerminatorInst *TermInstVal; llvm::Instruction *InstVal; llvm::Constant *ConstVal; const llvm::Type *PrimType; llvm::PATypeHolder *TypeVal; llvm::Value *ValueVal; std::vector > *ArgList; std::vector *ValueList; std::list *TypeList; // Represent the RHS of PHI node std::list > *PHIList; std::vector > *JumpTable; std::vector *ConstVector; llvm::GlobalValue::LinkageTypes Linkage; int64_t SInt64Val; uint64_t UInt64Val; int SIntVal; unsigned UIntVal; double FPVal; bool BoolVal; char *StrVal; // This memory is strdup'd! llvm::ValID ValIDVal; // strdup'd memory maybe! llvm::Instruction::BinaryOps BinaryOpVal; llvm::Instruction::TermOps TermOpVal; llvm::Instruction::MemoryOps MemOpVal; llvm::Instruction::OtherOps OtherOpVal; llvm::Module::Endianness Endianness; } YYSTYPE; #define ESINT64VAL 257 #define EUINT64VAL 258 #define SINTVAL 259 #define UINTVAL 260 #define FPVAL 261 #define VOID 262 #define BOOL 263 #define SBYTE 264 #define UBYTE 265 #define SHORT 266 #define USHORT 267 #define INT 268 #define UINT 269 #define LONG 270 #define ULONG 271 #define FLOAT 272 #define DOUBLE 273 #define TYPE 274 #define LABEL 275 #define VAR_ID 276 #define LABELSTR 277 #define STRINGCONSTANT 278 #define IMPLEMENTATION 279 #define ZEROINITIALIZER 280 #define TRUETOK 281 #define FALSETOK 282 #define BEGINTOK 283 #define ENDTOK 284 #define DECLARE 285 #define GLOBAL 286 #define CONSTANT 287 #define SECTION 288 #define VOLATILE 289 #define TO 290 #define DOTDOTDOT 291 #define NULL_TOK 292 #define UNDEF 293 #define CONST 294 #define INTERNAL 295 #define LINKONCE 296 #define WEAK 297 #define APPENDING 298 #define OPAQUE 299 #define NOT 300 #define EXTERNAL 301 #define TARGET 302 #define TRIPLE 303 #define ENDIAN 304 #define POINTERSIZE 305 #define LITTLE 306 #define BIG 307 #define ALIGN 308 #define DEPLIBS 309 #define CALL 310 #define TAIL 311 #define ASM_TOK 312 #define MODULE 313 #define CC_TOK 314 #define CCC_TOK 315 #define FASTCC_TOK 316 #define COLDCC_TOK 317 #define RET 318 #define BR 319 #define SWITCH 320 #define INVOKE 321 #define UNWIND 322 #define UNREACHABLE 323 #define ADD 324 #define SUB 325 #define MUL 326 #define DIV 327 #define REM 328 #define AND 329 #define OR 330 #define XOR 331 #define SETLE 332 #define SETGE 333 #define SETLT 334 #define SETGT 335 #define SETEQ 336 #define SETNE 337 #define MALLOC 338 #define ALLOCA 339 #define FREE 340 #define LOAD 341 #define STORE 342 #define GETELEMENTPTR 343 #define PHI_TOK 344 #define CAST 345 #define SELECT 346 #define SHL 347 #define SHR 348 #define VAARG 349 #define EXTRACTELEMENT 350 #define INSERTELEMENT 351 #define VAARG_old 352 #define VANEXT_old 353 extern YYSTYPE llvmAsmlval;