Searched defs:InstructionsState (Results 1 – 1 of 1) sorted by relevance
657 struct InstructionsState { struct659 Value *OpValue = nullptr;662 Instruction *MainOp = nullptr;663 Instruction *AltOp = nullptr;666 unsigned getOpcode() const { in getOpcode()670 unsigned getAltOpcode() const { in getAltOpcode()675 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle()677 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()683 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() argument