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
getName()proteus::Var
getValue() constproteus::Var
getValueType() constproteus::Var
isPointer() 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*=(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
PointerElemTypeproteus::Var
storePointer(Value *Ptr)proteus::Var
storeValue(Value *Val)proteus::Var
Var(AllocaInst *Alloca, Func &Fn, Type *PointerElemType=nullptr)proteus::Var