c++ Programming Glossary: constantint
LLVM get constant integer back from Value* http://stackoverflow.com/questions/5315176/llvm-get-constant-integer-back-from-value a integer constant like this llvm Value constValue llvm ConstantInt get llvmContext llvm APInt node someInt now i want to retrieve.. sure thats failing as from 2.8 llvm Value foo 0 llvm ConstantInt intValue llvm cast llvm ConstantInt llvm Value foo build error.. llvm Value foo 0 llvm ConstantInt intValue llvm cast llvm ConstantInt llvm Value foo build error error no matching function for call..
|