Searched defs:InstructionsState (Results 1 – 1 of 1) sorted by relevance
305 struct InstructionsState { struct307 Value *OpValue = nullptr;310 Instruction *MainOp = nullptr;311 Instruction *AltOp = nullptr;314 unsigned getOpcode() const { in getOpcode()318 unsigned getAltOpcode() const { in getAltOpcode()323 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()325 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()331 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() argument