Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DStatepoint.h83 CallArgsBeginPos = 5, enumerator
132 assert(CallArgsBeginPos <= (int)arg_size()); in actual_arg_begin()
133 return arg_begin() + CallArgsBeginPos; in actual_arg_begin()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1037 populateCallLoweringInfo(SI.CLI, &I, GCStatepointInst::CallArgsBeginPos, in LowerStatepoint()