Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp2628 auto IsGuaranteedLoopInvariantBase = [](const Value *Ptr) { in IsGuaranteedLoopInvariant() local
2641 return IsGuaranteedLoopInvariantBase(GEP->getPointerOperand()) && in IsGuaranteedLoopInvariant()
2644 return IsGuaranteedLoopInvariantBase(Ptr); in IsGuaranteedLoopInvariant()