Searched refs:MME (Results 1 – 2 of 2) sorted by relevance
473 auto MMI = Context.ArgStoreVector.begin(), MME = Context.ArgStoreVector.end(); in collectCallInfo() local474 for (; MMI != MME; ++MMI, Context.ExpectedDist += SlotSize) in collectCallInfo()484 for (; MMI != MME; ++MMI) in collectCallInfo()
3537 const auto *MME = dyn_cast<SCEVSMaxExpr>(AE->getOperand(1)); in getUDivExpr() local3538 if (MME && MME->getNumOperands() == 2 && in getUDivExpr()3539 isa<SCEVConstant>(MME->getOperand(0)) && in getUDivExpr()3540 cast<SCEVConstant>(MME->getOperand(0))->getAPInt() == -NegC && in getUDivExpr()3541 MME->getOperand(1) == RHS) in getUDivExpr()4592 if (const SCEVMinMaxExpr *MME = dyn_cast<SCEVMinMaxExpr>(V)) { in getNotSCEV() local4593 auto MatchMinMaxNegation = [&](const SCEVMinMaxExpr *MME) { in getNotSCEV() argument4595 for (const SCEV *Operand : MME->operands()) { in getNotSCEV()4601 return getMinMaxExpr(SCEVMinMaxExpr::negate(MME->getSCEVType()), in getNotSCEV()4604 if (const SCEV *Replaced = MatchMinMaxNegation(MME)) in getNotSCEV()