Searched refs:StatepointCall (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp5281 const auto *StatepointCall = dyn_cast<CallBase>(Statepoint); local
5283 StatepointCall ? StatepointCall->getCalledFunction() : nullptr;
5292 cast<FunctionType>(StatepointCall->getParamElementType(2));
5330 const Value &StatepointCall = *cast<GCRelocateInst>(Call).getStatepoint(); local
5345 if (isa<UndefValue>(StatepointCall))
5347 if (auto Opt = cast<GCStatepointInst>(StatepointCall)

Completed in 184 milliseconds