Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp421 struct InstructionsState { struct
423 Value *OpValue = nullptr;
426 Instruction *MainOp = nullptr;
427 Instruction *AltOp = nullptr;
430 unsigned getOpcode() const { in getOpcode()
434 unsigned getAltOpcode() const { in getAltOpcode()
439 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle()
441 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()
447 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() argument