Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp361 Instruction *AltOp = nullptr; member
369 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; member
1743 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()