Searched refs:getMallocAllocatedType (Results 1 – 3 of 3) sorted by relevance
97 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
219 Type *T = getMallocAllocatedType(CI, TLI); in computeArraySize()275 Type *llvm::getMallocAllocatedType(const CallInst *CI, in getMallocAllocatedType() function in llvm
1276 Type *MAT = getMallocAllocatedType(CI, TLI); in PerformHeapAllocSRoA()1531 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI, TLI))) { in TryToOptimizeStoreOfMallocToGlobal()1581 Type *MallocType = getMallocAllocatedType(CI, TLI); in OptimizeOnceStoredGlobal()