Searched refs:Op0Match (Results 1 – 2 of 2) sorted by relevance
1276 bool Op0Match = BO->getOperand(0) == Op; in constantFoldUser() local1278 assert((Op0Match || Op1Match) && in constantFoldUser()1280 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()
1366 bool Op0Match = BO->getOperand(0) == Op; in constantFoldUser() local1368 assert((Op0Match || Op1Match) && in constantFoldUser()1370 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()