Searched defs:isMalloc (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemoryBuiltins.cpp27 /// isMalloc - Returns true if the value is either a malloc call or a
29 bool llvm::isMalloc(const Value *I) { function in class:llvm
137 assert(isMalloc(CI) && "getMallocType and not malloc call");
179 assert(isMalloc(CI) && "getMallocArraySize and not malloc call");

Completed in 144 milliseconds