reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Instructions.cpp
 1241     : UnaryInstruction(PointerType::get(Ty, AddrSpace), Alloca,
 1242                        getAISize(Ty->getContext(), ArraySize), InsertAtEnd),
 1243       AllocatedType(Ty) {
 1245   assert(!Ty->isVoidTy() && "Cannot allocate void!");