Searched refs:AltOp (Results 1 – 1 of 1) sorted by relevance
1027 InterchangeableInfo AltOp; member in __anon07b2d7740811::BinOpSameOpcodeHelper1033 if (AltOp.I) in initializeAltOp()1037 AltOp.I = I; in initializeAltOp()1043 const Instruction *AltOp = nullptr) in BinOpSameOpcodeHelper() argument1044 : MainOp(MainOp), AltOp(AltOp) { in BinOpSameOpcodeHelper()1080 (initializeAltOp(I) && AltOp.equal(Opcode)); in add()1117 AltOp.trySet(OpcodeInMaskForm, InterchangeableMask)); in add()1120 bool hasAltOp() const { return AltOp.I; } in hasAltOp()1122 return hasAltOp() ? AltOp.getOpcode() : getMainOpcode(); in getAltOpcode()1154 Instruction *AltOp = nullptr; member in __anon07b2d7740811::InstructionsState[all …]