Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h77 Value *getReallocatedOperand(const CallBase *CB);
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp336 Value *llvm::getReallocatedOperand(const CallBase *CB) { in getReallocatedOperand() function in llvm
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3212 if (getReallocatedOperand(cast<CallBase>(I)) == PI && in isAllocSiteRemovable()
3469 if (Value *ReallocatedOp = getReallocatedOperand(CI)) in visitFree()