Searched refs:AltOpcode (Results 1 – 1 of 1) sorted by relevance
178 unsigned AltOpcode = getAltOpcode(Opcode); in isAltInst() local181 if (!I || I->getOpcode() != ((i & 1) ? AltOpcode : Opcode)) in isAltInst()