Home | History | Annotate | Download | only in JIT

Lines Matching defs:CPE

756     MachineConstantPoolEntry CPE = Constants[i];
757 unsigned AlignMask = CPE.getAlignment() - 1;
759 Type *Ty = CPE.getType();
1029 MachineConstantPoolEntry CPE = Constants[i];
1030 unsigned AlignMask = CPE.getAlignment() - 1;
1035 if (CPE.isMachineConstantPoolEntry()) {
1040 TheJIT->InitializeMemory(CPE.Val.ConstVal, (void*)CAddr);
1044 Type *Ty = CPE.Val.ConstVal->getType();