Home | History | Annotate | Download | only in IR

Lines Matching refs:BaseIndex

3696     const int BaseIndex = cast<ConstantInt>(Base)->getZExtValue();
3699 Assert(0 <= BaseIndex && BaseIndex < (int)StatepointCS.arg_size(),
3704 // Check that BaseIndex and DerivedIndex fall within the 'gc parameters'
3728 Assert(GCParamArgsStart <= BaseIndex && BaseIndex < GCParamArgsEnd,