Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
proteus::LLVMIRValue Class Reference

#include <LLVMIRValue.h>

Inheritance diagram for proteus::LLVMIRValue:
Inheritance graph
[legend]
Collaboration diagram for proteus::LLVMIRValue:
Collaboration graph
[legend]

Public Member Functions

 LLVMIRValue (llvm::Value *V)
 
- Public Member Functions inherited from proteus::IRValue
virtual ~IRValue ()=default
 

Public Attributes

llvm::Value * V
 

Detailed Description

LLVM-backend concrete IRValue. Owned by LLVMCodeBuilder::Impl via a std::deque<LLVMIRValue>. Frontend code only ever holds an IRValue* pointing into that deque.

Constructor & Destructor Documentation

◆ LLVMIRValue()

proteus::LLVMIRValue::LLVMIRValue ( llvm::Value *  V)
inlineexplicit

Member Data Documentation

◆ V

llvm::Value* proteus::LLVMIRValue::V

The documentation for this class was generated from the following file: