Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h211 using const_opInfo_iterator = const MCOperandInfo *; variable
213 const_opInfo_iterator opInfo_begin() const { return OpInfo; } in opInfo_begin()
214 const_opInfo_iterator opInfo_end() const { return OpInfo + NumOperands; } in opInfo_end()
216 iterator_range<const_opInfo_iterator> operands() const { in operands()