Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h230 using const_opInfo_iterator = const MCOperandInfo *; variable
232 const_opInfo_iterator opInfo_begin() const { return OpInfo; } in opInfo_begin()
233 const_opInfo_iterator opInfo_end() const { return OpInfo + NumOperands; } in opInfo_end()
235 iterator_range<const_opInfo_iterator> operands() const { in operands()