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

Declarations

include/llvm/Analysis/MemoryBuiltins.h
  140 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);

References

lib/Analysis/MemoryBuiltins.cpp
  333   Type *T = getMallocAllocatedType(CI, TLI);
lib/Transforms/IPO/GlobalOpt.cpp
 1281   Type *MAT = getMallocAllocatedType(CI, TLI);
 1538     if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI, TLI))) {
 1592       Type *MallocType = getMallocAllocatedType(CI, TLI);