Searched refs:PoolAlignment (Results 1 – 2 of 2) sorted by relevance
122 unsigned PoolAlignment; ///< The alignment for the pool. variable133 : PoolAlignment(1), DL(DL) {} in MachineConstantPool()138 unsigned getConstantPoolAlignment() const { return PoolAlignment; } in getConstantPoolAlignment()
910 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()930 if (Alignment > PoolAlignment) PoolAlignment = Alignment; in getConstantPoolIndex()