Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2761 const int EndTransitionArgsInx = EndCallArgsInx + 1 + NumTransitionArgs; in verifyStatepoint() local
2763 const Value *NumDeoptArgsV = Call.getArgOperand(EndTransitionArgsInx + 1); in verifyStatepoint()