Searched refs:allocaI (Results 1 – 1 of 1) sorted by relevance
1309 const AllocaInst* allocaI = cast<AllocaInst>(I); in printInstruction() local1311 << getCppName(allocaI->getAllocatedType()) << ", "; in printInstruction()1312 if (allocaI->isArrayAllocation()) in printInstruction()1315 printEscapedString(allocaI->getName()); in printInstruction()1317 if (allocaI->getAlignment()) in printInstruction()1319 << allocaI->getAlignment() << ");"; in printInstruction()