Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h114 bool isCallee(Value::const_user_iterator UI) const { in isCallee() function
119 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee() function