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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2054 const int NumDeoptArgs = cast<ConstantInt>(NumDeoptArgsV)->getZExtValue(); local
2055 Assert(NumDeoptArgs >= 0,
2061 7 + NumCallArgs + NumTransitionArgs + NumDeoptArgs;
4570 const int NumDeoptArgs = local
4573 const int GCParamArgsStart = DeoptArgsStart + 1 + NumDeoptArgs;

Completed in 107 milliseconds