reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1241 : UnaryInstruction(PointerType::get(Ty, AddrSpace), Alloca, 1242 getAISize(Ty->getContext(), ArraySize), InsertAtEnd), 1243 AllocatedType(Ty) { 1245 assert(!Ty->isVoidTy() && "Cannot allocate void!");