Searched refs:AltOp (Results 1 – 1 of 1) sorted by relevance
361 Instruction *AltOp = nullptr; member369 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()381 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()382 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()1673 Instruction *AltOp = nullptr; member1743 AltOp = S.AltOp; in setOperations()1751 return AltOp; in getAltOp()1760 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()1813 if (AltOp) in dump()1814 dbgs() << *AltOp << "\n"; in dump()