Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DCallSite.h106 bool isCallee(Value::const_user_iterator UI) const { in isCallee() function
111 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee() function