Home
last modified time | relevance | path

Searched refs:AltOp (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp540 Instruction *AltOp = nullptr; member
548 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()
561 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
2612 Instruction *AltOp = nullptr; member
2693 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 …]