reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1134 if ((L.match(I->getOperand(0)) && R.match(I->getOperand(1))) || 1134 if ((L.match(I->getOperand(0)) && R.match(I->getOperand(1))) || 1135 (Commutable && L.match(I->getOperand(1)) && 1136 R.match(I->getOperand(0)))) { 1137 Predicate = I->getPredicate();