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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryBuiltins.h 56 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
61 Type *getMallocAllocatedType(const CallInst *CI);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 97 Type *T = getMallocAllocatedType(CI);
162 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
167 Type *llvm::getMallocAllocatedType(const CallInst *CI) {
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 87 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
92 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 227 Type *T = getMallocAllocatedType(CI, TLI);
277 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
282 Type *llvm::getMallocAllocatedType(const CallInst *CI,
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 301 Type* MallocType = getMallocAllocatedType(MI);
    [all...]

Completed in 382 milliseconds