Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
proteus::Var Member List

This is the complete list of members for proteus::Var, including all inherited members.

Allocaproteus::Var
Fnproteus::Var
getAlloca() constproteus::Varvirtual
getName() const =0proteus::Varpure virtual
getPointerValue() const =0proteus::Varpure virtual
getValue() const =0proteus::Varpure virtual
getValueType() const =0proteus::Varpure virtual
index(size_t I)=0proteus::Varpure virtual
index(const Var &I)=0proteus::Varpure virtual
Kindproteus::Var
kind() constproteus::Varvirtual
operator!=(const Var &Other) constproteus::Var
operator!=(const T &ConstValue) constproteus::Var
operator%(const Var &Other) constproteus::Var
operator%(const T &ConstValue) constproteus::Var
operator%=(Var &Other)proteus::Var
operator%=(const T &ConstValue)proteus::Var
operator*(const Var &Other) constproteus::Var
operator*(const T &ConstValue) constproteus::Var
operator*=(Var &Other)proteus::Var
operator*=(const T &ConstValue)proteus::Var
operator+(const Var &Other) constproteus::Var
operator+(const T &ConstValue) constproteus::Var
operator+=(Var &Other)proteus::Var
operator+=(const T &ConstValue)proteus::Var
operator-(const Var &Other) constproteus::Var
operator-(const T &ConstValue) constproteus::Var
operator-=(Var &Other)proteus::Var
operator-=(const T &ConstValue)proteus::Var
operator/(const Var &Other) constproteus::Var
operator/(const T &ConstValue) constproteus::Var
operator/=(Var &Other)proteus::Var
operator/=(const T &ConstValue)proteus::Var
operator<(const Var &Other) constproteus::Var
operator<(const T &ConstValue) constproteus::Var
operator<=(const Var &Other) constproteus::Var
operator<=(const T &ConstValue) constproteus::Var
operator=(const Var &Other)proteus::Var
operator=(const T &ConstValue)proteus::Var
operator==(const Var &Other) constproteus::Var
operator==(const T &ConstValue) constproteus::Var
operator>(const Var &Other) constproteus::Var
operator>(const T &ConstValue) constproteus::Var
operator>=(const Var &Other) constproteus::Var
operator>=(const T &ConstValue) constproteus::Var
operator[](size_t I)proteus::Var
operator[](const Var &I)proteus::Var
storePointer(Value *Ptr)=0proteus::Varpure virtual
storeValue(Value *Val)=0proteus::Varpure virtual
Var(AllocaInst *Alloca, FuncBase &Fn)proteus::Var
Var(FuncBase &Fn)proteus::Var
Var(const Var &)=deleteproteus::Var
Var(Var &&)=deleteproteus::Var
~Var()=defaultproteus::Varvirtual