Home
last modified time | relevance | path

Searched refs:isMallocCall (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp33 static bool isMallocCall(const CallInst *CI) { in isMallocCall() function
62 return (isMallocCall(CI)) ? CI : NULL; in extractMallocCall()
67 return (isMallocCall(CI)) ? CI : NULL; in extractMallocCall()
74 return isMallocCall(dyn_cast<CallInst>(BCI->getOperand(0))); in isBitCastOfMallocCall()