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