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

References

lib/IR/Instructions.cpp
 1230     : UnaryInstruction(PointerType::get(Ty, AddrSpace), Alloca,
 1231                        getAISize(Ty->getContext(), ArraySize), InsertBefore),
 1232       AllocatedType(Ty) {
 1234   assert(!Ty->isVoidTy() && "Cannot allocate void!");