HomeSort by relevance Sort by last modified time
    Searched refs:MallocType (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 139 PointerType *MallocType = NULL;
146 MallocType = cast<PointerType>(BCI->getDestTy());
152 return MallocType;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 303 Type* MallocType = getMallocAllocatedType(MI);
304 if (MallocType && MallocType->isSized())
307 Size = NElements->getZExtValue() * TD->getTypeAllocSize(MallocType);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 165 milliseconds