Searched defs:InstructionsState (Results 1 – 1 of 1) sorted by relevance
534 struct InstructionsState { struct536 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