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

  /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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemoryBuiltins.cpp 282 Type *T = getMallocAllocatedType(CI, TLI);
332 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
337 Type *llvm::getMallocAllocatedType(const CallInst *CI,
    [all...]

Completed in 199 milliseconds