Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DAbstractCallSite.h132 bool isCallee(Value::const_user_iterator UI) const { in isCallee() function
137 bool isCallee(const Use *U) const { in isCallee() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h150 bool isCallee(Value::const_user_iterator UI) const { in isCallee() function
155 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee() function
/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