Searched refs:Op1Match (Results 1 – 1 of 1) sorted by relevance
1349 bool Op1Match = BO->getOperand(1) == Op; in constantFoldUser() local1350 assert((Op0Match || Op1Match) && in constantFoldUser()1353 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()