Home | History | Annotate | Download | only in JIT

Lines Matching defs:CPE

761     MachineConstantPoolEntry CPE = Constants[i];
762 unsigned AlignMask = CPE.getAlignment() - 1;
764 Type *Ty = CPE.getType();
1034 MachineConstantPoolEntry CPE = Constants[i];
1035 unsigned AlignMask = CPE.getAlignment() - 1;
1040 if (CPE.isMachineConstantPoolEntry()) {
1045 TheJIT->InitializeMemory(CPE.Val.ConstVal, (void*)CAddr);
1049 Type *Ty = CPE.Val.ConstVal->getType();