Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp539 struct InstructionsState { struct
541 Value *OpValue = nullptr;
544 Instruction *MainOp = nullptr;
545 Instruction *AltOp = nullptr;
548 unsigned getOpcode() const { in getOpcode()
552 unsigned getAltOpcode() const { in getAltOpcode()
557 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle()
559 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()
565 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() argument