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

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp564 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); local
567 for (unsigned i = 0, e = CPs.size(); i != e; ++i) {
568 unsigned Size = TD.getTypeAllocSize(CPs[i].getType());
570 unsigned Align = CPs[i].getAlignment();
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp552 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); local
555 for (unsigned i = 0, e = CPs.size(); i != e; ++i) {
556 unsigned Size = TD.getTypeAllocSize(CPs[i].getType());
558 unsigned Align = CPs[i].getAlignment();

Completed in 208 milliseconds