Searched refs:PoolAlignment (Results 1 – 2 of 2) sorted by relevance
121 unsigned PoolAlignment; ///< The alignment for the pool. variable132 : PoolAlignment(1), DL(DL) {} in MachineConstantPool()137 unsigned getConstantPoolAlignment() const { return PoolAlignment; } in getConstantPoolAlignment()
1100 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()1120 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()