Searched refs:allocaI (Results 1 – 1 of 1) sorted by relevance
1308 const AllocaInst* allocaI = cast<AllocaInst>(I); in printInstruction() local1310 << 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()