Searched refs:CPs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp563 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); local
566 for (unsigned i = 0, e = CPs.size(); i != e; ++i) {
567 unsigned Size = TD.getTypeAllocSize(CPs[i].getType());
569 unsigned Align = CPs[i].getAlignment();
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp530 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); local
533 for (unsigned i = 0, e = CPs.size(); i != e; ++i) {
534 unsigned Size = TD.getTypeAllocSize(CPs[i].getType());
536 unsigned Align = CPs[i].getAlignment();

Completed in 73 milliseconds