Searched defs:InstructionsState (Results 1 – 1 of 1) sorted by relevance
338 struct InstructionsState { struct340 Value *OpValue = nullptr;343 Instruction *MainOp = nullptr;344 Instruction *AltOp = nullptr;347 unsigned getOpcode() const { in getOpcode()351 unsigned getAltOpcode() const { in getAltOpcode()356 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()358 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()364 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() function