|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <LLVMIRValue.h>


Public Member Functions | |
| LLVMIRValue (llvm::Value *V) | |
Public Member Functions inherited from proteus::IRValue | |
| virtual | ~IRValue ()=default |
Public Attributes | |
| llvm::Value * | V |
LLVM-backend concrete IRValue. Owned by LLVMCodeBuilder::Impl via a std::deque<LLVMIRValue>. Frontend code only ever holds an IRValue* pointing into that deque.
|
inlineexplicit |
| llvm::Value* proteus::LLVMIRValue::V |