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