Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:CP

1266   const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants();
1267 if (CP.empty()) return;
1272 for (unsigned i = 0, e = CP.size(); i != e; ++i) {
1273 const MachineConstantPoolEntry &CPE = CP[i];
1322 MachineConstantPoolEntry CPE = CP[CPI];