Searched refs:AltOp (Results 1 – 1 of 1) sorted by relevance
540 Instruction *AltOp = nullptr; member548 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()561 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()2612 Instruction *AltOp = nullptr; member2693 AltOp = S.AltOp; in setOperations()2701 return AltOp; in getAltOp()2710 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()2769 if (AltOp) in dump()2770 dbgs() << *AltOp << "\n"; in dump()6521 auto *AltCI = cast<CmpInst>(AltOp); in isAlternateInstruction()[all …]