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