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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp46 bool llvm::isGCResult(const CallBase *Call) { return isa<GCResultInst>(Call); } function in class:llvm
48 bool llvm::isGCResult(const Value *V) { function in class:llvm

Completed in 117 milliseconds