Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp357 Instruction *AltOp = nullptr; member
365 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()
377 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState()
378 : OpValue(OpValue), MainOp(MainOp), AltOp(AltOp) {} in InstructionsState()
1667 Instruction *AltOp = nullptr; member
1737 AltOp = S.AltOp; in setOperations()
1745 return AltOp; in getAltOp()
1754 return AltOp ? AltOp->getOpcode() : 0; in getAltOpcode()
1796 if (AltOp) in dump()
1797 dbgs() << *AltOp << "\n"; in dump()