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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DCallSite.h86 ValTy *getCalledValue() const { function in class:llvm::CallSiteBase
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstructions.h1352 const Value *getCalledValue() const { return Op<-1>(); } function in class:llvm::CallInst
1353 Value *getCalledValue() { return Op<-1>(); } function in class:llvm::CallInst
3105 const Value *getCalledValue() const { return Op<-3>(); } function in class:llvm::InvokeInst
3106 Value *getCalledValue() { return Op<-3>(); } function in class:llvm::InvokeInst

Completed in 216 milliseconds