Searched defs:InstructionsState (Results 1 – 1 of 1) sorted by relevance
421 struct InstructionsState { struct423 Value *OpValue = nullptr;426 Instruction *MainOp = nullptr;427 Instruction *AltOp = nullptr;430 unsigned getOpcode() const { in getOpcode()434 unsigned getAltOpcode() const { in getAltOpcode()439 bool isAltShuffle() const { return AltOp != MainOp; } in isAltShuffle()441 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt()447 InstructionsState(Value *OpValue, Instruction *MainOp, Instruction *AltOp) in InstructionsState() argument