Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DStatepoint.h85 CallArgsBeginPos = 5, enumerator
135 assert(CallArgsBeginPos <= (int)arg_size()); in actual_arg_begin()
136 return arg_begin() + CallArgsBeginPos; in actual_arg_begin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1020 populateCallLoweringInfo(SI.CLI, &I, GCStatepointInst::CallArgsBeginPos, in LowerStatepoint()