Home
last modified time | relevance | path

Searched defs:InstructionsState (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp657 struct InstructionsState { struct
659 Value *OpValue = nullptr;
662 Instruction *MainOp = nullptr;
663 Instruction *AltOp = nullptr;
666 unsigned getOpcode() const { in getOpcode()
670 unsigned getAltOpcode() const { in getAltOpcode()
675 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle()
677 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()
683 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() argument