Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2083 const MachineOperand &TestMO = MI->getOperand(2); in verifyPreISelGenericInstruction() local
2084 if (!TestMO.isImm()) { in verifyPreISelGenericInstruction()
2088 int64_t Test = TestMO.getImm(); in verifyPreISelGenericInstruction()