Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp70 static bool isBitCastOfMallocCall(const BitCastInst *BCI) { in isBitCastOfMallocCall() function
81 return (isBitCastOfMallocCall(BCI)) ? cast<CallInst>(BCI->getOperand(0)) in extractMallocCallFromBitCast()
87 return (isBitCastOfMallocCall(BCI)) ? cast<CallInst>(BCI->getOperand(0)) in extractMallocCallFromBitCast()