Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp351 struct InstructionsState { struct
353 Value *OpValue = nullptr;
356 Instruction *MainOp = nullptr;
357 Instruction *AltOp = nullptr;
360 unsigned getOpcode() const { in getOpcode()
364 unsigned getAltOpcode() const { in getAltOpcode()
369 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()
371 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()
377 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() argument