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

References

lib/Transforms/IPO/GlobalOpt.cpp
 1541       Value *AllocSize = ConstantInt::get(IntPtrTy, TypeSize);
 1542       Value *NumElements = ConstantInt::get(IntPtrTy, AT->getNumElements());
 1546           CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, AllocSize, NumElements,