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

/external/llvm/include/llvm/IR/
H A DCallSite.h112 /// isCallee - Determine whether the passed iterator points to the
114 bool isCallee(Value::const_user_iterator UI) const { function in class:llvm::CallSiteBase
115 return isCallee(&UI.getUse());
119 bool isCallee(const Use *U) const { return getCallee() == U; } function in class:llvm::CallSiteBase

Completed in 74 milliseconds