Searched defs:BinOpChain (Results 1 – 1 of 1) sorted by relevance
88 struct BinOpChain : public OpChain { struct89 ValueList LHS; // List of all (narrow) left hand operands.90 ValueList RHS; // List of all (narrow) right hand operands.92 BinOpChain(Instruction *I, ValueList &lhs, ValueList &rhs) : in BinOpChain() argument