Lines Matching full:cpe
167 llvm::MachineConstantPoolEntry CPE = Constants[i];
168 unsigned int AlignMask = CPE.getAlignment() - 1;
170 llvm::Type *Ty = CPE.getType();
755 llvm::MachineConstantPoolEntry CPE = Constants[i];
756 unsigned AlignMask = CPE.getAlignment() - 1;
762 if (CPE.isMachineConstantPoolEntry())
767 InitializeConstantToMemory(CPE.Val.ConstVal, (void*) CAddr);
769 llvm::Type *Ty = CPE.Val.ConstVal->getType();