Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DStatepoint.cpp46 bool llvm::isGCResult(const CallBase *Call) { return isa<GCResultInst>(Call); } in isGCResult() function in llvm
48 bool llvm::isGCResult(const Value *V) { in isGCResult() function in llvm
/aosp_15_r20/external/llvm/lib/IR/
H A DStatepoint.cpp47 bool llvm::isGCResult(ImmutableCallSite CS) { in isGCResult() function in llvm