Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp740 MachineOperand MOSize = MI.getOperand(3); in verifyInsExtInstruction() local
741 if (!MOSize.isImm()) { in verifyInsExtInstruction()
745 int64_t Size = MOSize.getImm(); in verifyInsExtInstruction()