Home
last modified time | relevance | path

Searched refs:DerivedIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp4543 const int DerivedIndex = cast<ConstantInt>(Derived)->getZExtValue(); in visitIntrinsicCall() local
4547 Assert(0 <= DerivedIndex && DerivedIndex < (int)StatepointCall.arg_size(), in visitIntrinsicCall()
4579 Assert(GCParamArgsStart <= DerivedIndex && DerivedIndex < GCParamArgsEnd, in visitIntrinsicCall()