-
Constructors in org.robovm.compiler.llvm with parameters of type Variable
| Constructor |
Description |
Add(Variable result,
Value op1,
Value op2) |
|
Alloca(Variable result,
Type type) |
|
And(Variable result,
Value op1,
Value op2) |
|
Ashr(Variable result,
Value op1,
Value op2) |
|
BinaryOpInstruction(Variable result,
Value op1,
Value op2) |
|
Bitcast(Variable result,
Value op,
Type type) |
|
Call(Variable result,
Value function,
Argument... args) |
|
Call(Variable result,
Value function,
Value... args) |
|
ConversionInstruction(String name,
Variable result,
Value op,
Type type) |
|
Fadd(Variable result,
Value op1,
Value op2) |
|
Fcmp(Variable result,
Fcmp.Condition cond,
Value op1,
Value op2) |
|
Fdiv(Variable result,
Value op1,
Value op2) |
|
FloatingPointBinaryInstruction(String name,
Variable result,
Value op1,
Value op2) |
|
Fmul(Variable result,
Value op1,
Value op2) |
|
Fpext(Variable result,
Value op,
Type type) |
|
Fptrunc(Variable result,
Value op,
Type type) |
|
Frem(Variable result,
Value op1,
Value op2) |
|
Fsub(Variable result,
Value op1,
Value op2) |
|
FunctionCallInstruction(String name,
Variable result,
Value function,
Argument... args) |
|
FunctionCallInstruction(String name,
Variable result,
Value function,
Value... args) |
|
Getelementptr(Variable result,
Value ptr,
int... idx) |
|
Getelementptr(Variable result,
Value ptr,
Value... idx) |
|
Icmp(Variable result,
Icmp.Condition cond,
Value op1,
Value op2) |
|
IntegerBinaryInstruction(String name,
Variable result,
Value op1,
Value op2) |
|
Inttoptr(Variable result,
Value op,
Type type) |
|
Invoke(Variable result,
Value function,
BasicBlockRef to,
BasicBlockRef unwind,
Argument... args) |
|
Invoke(Variable result,
Value function,
BasicBlockRef to,
BasicBlockRef unwind,
Value... args) |
|
Landingpad(Variable result,
Constant personalityFn,
boolean cleanup,
Landingpad.Clause... clauses) |
|
Landingpad(Variable result,
Constant personalityFn,
Landingpad.Clause... clauses) |
|
Load(Variable result,
Value op) |
|
Load(Variable result,
Value op,
boolean _volatile) |
|
Load(Variable result,
Value op,
boolean _volatile,
Ordering ordering,
int alignment) |
|
Lshr(Variable result,
Value op1,
Value op2) |
|
Mul(Variable result,
Value op1,
Value op2) |
|
Or(Variable result,
Value op1,
Value op2) |
|
Phi(Variable result,
VariableRef... vars) |
|
Ptrtoint(Variable result,
Value op,
Type type) |
|
Sdiv(Variable result,
Value op1,
Value op2) |
|
Sext(Variable result,
Value op,
Type type) |
|
Shl(Variable result,
Value op1,
Value op2) |
|
Sitofp(Variable result,
Value op,
Type type) |
|
Srem(Variable result,
Value op1,
Value op2) |
|
Sub(Variable result,
Value op1,
Value op2) |
|
TailCall(Variable result,
Value function,
Value... args) |
|
Trunc(Variable result,
Value op,
Type type) |
|
Uitofp(Variable result,
Value op,
Type type) |
|
UnaryOpInstruction(Variable result,
Value op) |
|
VariableRef(Variable var) |
|
Xor(Variable result,
Value op1,
Value op2) |
|
Zext(Variable result,
Value op,
Type type) |
|