Searched refs:IsPtrLoopInvariant (Results 1 – 3 of 3) sorted by relevance
964 bool IsPtrLoopInvariant; variable980 IsPtrLoopInvariant = OrigLoop->isLoopInvariant(GEP->getPointerOperand()); in VPWidenGEPRecipe()
1114 O << (IsPtrLoopInvariant ? "Inv" : "Var"); in print()
503 unsigned UF, ElementCount VF, bool IsPtrLoopInvariant,4627 ElementCount VF, bool IsPtrLoopInvariant, in widenGEP() argument4636 if (VF.isVector() && IsPtrLoopInvariant && IsIndexLoopInvariant.all()) { in widenGEP()4666 auto *Ptr = IsPtrLoopInvariant in widenGEP()9590 *this, State.UF, State.VF, IsPtrLoopInvariant, in execute()