Searched refs:IsGuaranteedLoopInvariantBase (Results 1 – 2 of 2) sorted by relevance
1306 auto IsGuaranteedLoopInvariantBase = [this](const Value *Ptr) { in isGuaranteedLoopInvariant() local1326 return IsGuaranteedLoopInvariantBase(GEP->getPointerOperand()) && in isGuaranteedLoopInvariant()1329 return IsGuaranteedLoopInvariantBase(Ptr); in isGuaranteedLoopInvariant()
2547 auto IsGuaranteedLoopInvariantBase = [](Value *Ptr) { in IsGuaranteedLoopInvariant() local2560 return IsGuaranteedLoopInvariantBase(GEP->getPointerOperand()) && in IsGuaranteedLoopInvariant()2563 return IsGuaranteedLoopInvariantBase(Ptr); in IsGuaranteedLoopInvariant()