Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp157 int MemOpStartIndex = 1, Opcode = MI.getOpcode(); in getMemoryOpValue() local
159 MemOpStartIndex = 0; in getMemoryOpValue()
162 const MCOperand Op1 = MI.getOperand(MemOpStartIndex); in getMemoryOpValue()
166 MCOperand Op2 = MI.getOperand(MemOpStartIndex + 1); in getMemoryOpValue()