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