Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1671 const MachineOperand &TestMO = MI->getOperand(2); in verifyPreISelGenericInstruction() local
1672 if (!TestMO.isImm()) { in verifyPreISelGenericInstruction()
1676 int64_t Test = TestMO.getImm(); in verifyPreISelGenericInstruction()