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

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h85 ValTy *getCalledValue() const { function in class:llvm::CallSiteBase
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h1363 const Value *getCalledValue() const { return Op<-1>(); } function in class:llvm::CallInst
1364 Value *getCalledValue() { return Op<-1>(); } function in class:llvm::CallInst
2994 const Value *getCalledValue() const { return Op<-3>(); } function in class:llvm::InvokeInst
2995 Value *getCalledValue() { return Op<-3>(); } function in class:llvm::InvokeInst

Completed in 154 milliseconds