Searched refs:getMallocAllocatedType (Results 1 – 4 of 4) sorted by relevance
97 Type *T = getMallocAllocatedType(CI); in computeArraySize()167 Type *llvm::getMallocAllocatedType(const CallInst *CI) { in getMallocAllocatedType() function in llvm
61 Type *getMallocAllocatedType(const CallInst *CI);
1301 Type* MAT = getMallocAllocatedType(CI); in PerformHeapAllocSRoA()1555 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI))) { in TryToOptimizeStoreOfMallocToGlobal()1599 Type* MallocType = getMallocAllocatedType(CI); in OptimizeOnceStoredGlobal()
302 Type* MallocType = getMallocAllocatedType(MI); in visitCallInst()