Searched refs:extractMallocCallFromBitCast (Results 1 – 3 of 3) sorted by relevance
41 const CallInst *extractMallocCallFromBitCast(const Value *I);42 CallInst *extractMallocCallFromBitCast(Value *I);
30 return extractMallocCall(I) || extractMallocCallFromBitCast(I); in isMalloc()79 CallInst *llvm::extractMallocCallFromBitCast(Value *I) { in extractMallocCallFromBitCast() function in llvm85 const CallInst *llvm::extractMallocCallFromBitCast(const Value *I) { in extractMallocCallFromBitCast() function in llvm
1567 extractMallocCallFromBitCast(Malloc) : cast<CallInst>(Malloc); in TryToOptimizeStoreOfMallocToGlobal()