Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp534 struct InstructionsState { struct
536 Value *OpValue = nullptr;
539 Instruction *MainOp = nullptr;
540 Instruction *AltOp = nullptr;
543 unsigned getOpcode() const { in getOpcode()
547 unsigned getAltOpcode() const { in getAltOpcode()
552 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle()
554 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()
560 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() function