Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h78 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h90 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke() function
/external/llvm/include/llvm/IR/
DCallSite.h82 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke() function