Searched refs:TestMO (Results 1 – 1 of 1) sorted by relevance
2216 const MachineOperand &TestMO = MI->getOperand(2); in verifyPreISelGenericInstruction() local2217 if (!TestMO.isImm()) { in verifyPreISelGenericInstruction()2221 int64_t Test = TestMO.getImm(); in verifyPreISelGenericInstruction()