Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp2686 auto IsGuaranteedLoopInvariantBase = [](Value *Ptr) { in IsGuaranteedLoopInvariant() local
2699 return IsGuaranteedLoopInvariantBase(GEP->getPointerOperand()) && in IsGuaranteedLoopInvariant()
2702 return IsGuaranteedLoopInvariantBase(Ptr); in IsGuaranteedLoopInvariant()