Searched refs:isMallocCall (Results 1 – 1 of 1) sorted by relevance
33 static bool isMallocCall(const CallInst *CI) { in isMallocCall() function62 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()