Searched refs:getMallocAllocatedType (Results 1 – 3 of 3) sorted by relevance
99 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
204 Type *T = getMallocAllocatedType(CI, TLI); in computeArraySize()277 Type *llvm::getMallocAllocatedType(const CallInst *CI, in getMallocAllocatedType() function in llvm
1478 Type *MAT = getMallocAllocatedType(CI, TLI); in PerformHeapAllocSRoA()1736 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI, TLI))) { in TryToOptimizeStoreOfMallocToGlobal()1784 Type *MallocType = getMallocAllocatedType(CI, TLI); in OptimizeOnceStoredGlobal()