Constructors
Synopses
Declared in <llvm/CodeGen/MachineConstantPool.h>
Construct an entry wrapping a target‐specific constant pool value.
Construct an entry wrapping an IR constant.
MachineConstantPoolEntry(
Constant const* V,
Align A);
Parameters
Name |
Description |
V |
Target‐specific value to store. |
A |
Required alignment for the entry. |
Created with MrDocs