Searched refs:Op1Match (Results 1 – 2 of 2) sorted by relevance
1277 bool Op1Match = BO->getOperand(1) == Op; in constantFoldUser() local1278 assert((Op0Match || Op1Match) && in constantFoldUser()1281 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()
1367 bool Op1Match = BO->getOperand(1) == Op; in constantFoldUser() local1368 assert((Op0Match || Op1Match) && in constantFoldUser()1371 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()