Searched refs:CPE (Results 1 – 1 of 1) sorted by relevance
167 llvm::MachineConstantPoolEntry CPE = Constants[i]; in GetConstantPoolSizeInBytes() local168 unsigned int AlignMask = CPE.getAlignment() - 1; in GetConstantPoolSizeInBytes()170 llvm::Type *Ty = CPE.getType(); in GetConstantPoolSizeInBytes()755 llvm::MachineConstantPoolEntry CPE = Constants[i]; in emitConstantPool() local756 unsigned AlignMask = CPE.getAlignment() - 1; in emitConstantPool()762 if (CPE.isMachineConstantPoolEntry()) in emitConstantPool()767 InitializeConstantToMemory(CPE.Val.ConstVal, (void*) CAddr); in emitConstantPool()769 llvm::Type *Ty = CPE.Val.ConstVal->getType(); in emitConstantPool()