Searched refs:CacheTypeOp (Results 1 – 1 of 1) sorted by relevance
2111 const MachineOperand &CacheTypeOp = MI->getOperand(3); in verifyPreISelGenericInstruction() local2112 if (!CacheTypeOp.isImm() || (uint64_t)CacheTypeOp.getImm() >= 2) { in verifyPreISelGenericInstruction()2113 report("cache type operand must be an immediate 0-1", &CacheTypeOp, 3); in verifyPreISelGenericInstruction()