Searched refs:RWOp (Results 1 – 1 of 1) sorted by relevance
2234 const MachineOperand &RWOp = MI->getOperand(1); in verifyPreISelGenericInstruction() local2235 if (!RWOp.isImm() || (uint64_t)RWOp.getImm() >= 2) { in verifyPreISelGenericInstruction()2236 report("rw operand must be an immediate 0-1", &RWOp, 1); in verifyPreISelGenericInstruction()