Home
last modified time | relevance | path

Searched defs:getCalledOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h212 Value *getCalledOperand() const { in getCalledOperand() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp485 Value *CallBase::getCalledOperand() const { in getCalledOperand() function in llvm::sandboxir::CallBase