Searched defs:getCalledValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h83 /// getCalledValue - Return the pointer to function that is being called.
85 ValTy *getCalledValue() const { function in class:llvm::CallSiteBase
94 return dyn_cast<FunTy>(getCalledValue());
H A DInstructions.h1453 /// getCalledValue - Get a pointer to the function that is invoked by this
1455 const Value *getCalledValue() const { return Op<-1>(); } function in class:llvm::CallInst
1456 Value *getCalledValue() { return Op<-1>(); } function in class:llvm::CallInst
3122 /// getCalledValue - Get a pointer to the function that is invoked by this
3124 const Value *getCalledValue() const { return Op<-3>(); } function in class:llvm::InvokeInst
3125 Value *getCalledValue() { return Op<-3>(); } function in class:llvm::InvokeInst

Completed in 97 milliseconds