Home
last modified time | relevance | path

Searched refs:MME (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp475 auto MMI = Context.ArgStoreVector.begin(), MME = Context.ArgStoreVector.end(); in collectCallInfo() local
476 for (; MMI != MME; ++MMI, Context.ExpectedDist += SlotSize) in collectCallInfo()
486 for (; MMI != MME; ++MMI) in collectCallInfo()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp4462 if (const SCEVMinMaxExpr *MME = dyn_cast<SCEVMinMaxExpr>(V)) { in getNotSCEV() local
4463 auto MatchMinMaxNegation = [&](const SCEVMinMaxExpr *MME) { in getNotSCEV() argument
4465 for (const SCEV *Operand : MME->operands()) { in getNotSCEV()
4471 return getMinMaxExpr(SCEVMinMaxExpr::negate(MME->getSCEVType()), in getNotSCEV()
4474 if (const SCEV *Replaced = MatchMinMaxNegation(MME)) in getNotSCEV()