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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2036 const int EndCallArgsInx = 4 + NumCallArgs; local
2038 const Value *NumTransitionArgsV = Call.getArgOperand(EndCallArgsInx + 1);
2047 const int EndTransitionArgsInx = EndCallArgsInx + 1 + NumTransitionArgs;

Completed in 90 milliseconds