Lines Matching refs:ME
5745 if (const SCEVMulExpr *ME = dyn_cast<SCEVMulExpr>(AE->getOperand(0)))5746 if (AE->getNumOperands() == 2 && ME->getNumOperands() == 2 &&5747 ME->getOperand(0)->isAllOnesValue()) {5749 LHS = ME->getOperand(1);