Searched refs:AltOp (Results 1 – 1 of 1) sorted by relevance
427 Instruction *AltOp = nullptr; member435 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()448 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()2322 Instruction *AltOp = nullptr; member2403 AltOp = S.AltOp; in setOperations()2411 return AltOp; in getAltOp()2420 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()2468 if (AltOp) in dump()2469 dbgs() << *AltOp << "\n"; in dump()5794 auto *AltCI0 = cast<CmpInst>(AltOp); in isAlternateInstruction()[all …]