Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp819 MachineOperand MOPos = MI.getOperand(2); in verifyInsExtInstruction() local
820 if (!MOPos.isImm()) { in verifyInsExtInstruction()
824 int64_t Pos = MOPos.getImm(); in verifyInsExtInstruction()