Searched refs:Op0Match (Results 1 – 1 of 1) sorted by relevance
1215 bool Op0Match = BO->getOperand(0) == Op; in constantFoldUser() local1217 assert((Op0Match || Op1Match) && in constantFoldUser()1219 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()