Searched refs:allocaI (Results 1 – 1 of 1) sorted by relevance
1220 const AllocaInst* allocaI = cast<AllocaInst>(I); in printInstruction() local1222 << getCppName(allocaI->getAllocatedType()) << ", "; in printInstruction()1223 if (allocaI->isArrayAllocation()) in printInstruction()1226 printEscapedString(allocaI->getName()); in printInstruction()1228 if (allocaI->getAlignment()) in printInstruction()1230 << allocaI->getAlignment() << ");"; in printInstruction()