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

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

Completed in 52 milliseconds