Home
last modified time | relevance | path

Searched refs:allocaI (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1308 const AllocaInst* allocaI = cast<AllocaInst>(I); in printInstruction() local
1310 << getCppName(allocaI->getAllocatedType()) << ", "; in printInstruction()
1311 if (allocaI->isArrayAllocation()) in printInstruction()
1314 printEscapedString(allocaI->getName()); in printInstruction()
1316 if (allocaI->getAlignment()) in printInstruction()
1318 << allocaI->getAlignment() << ");"; in printInstruction()