Construct a constant expression of type ty with opcode Opcode.
Declared in <llvm/IR/Constants.h>
ConstantExpr(
Type* ty,
unsigned int Opcode,
AllocInfo AllocInfo);
| Name | Description |
|---|---|
| ty | The result type of the expression. |
| Opcode | The Instruction opcode for the expression. |
| AllocInfo | Operand allocation information for User. |