Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp1220 const AllocaInst* allocaI = cast<AllocaInst>(I); in printInstruction() local
1222 << 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()