Searched refs:IsPtrLoopInvariant (Results 1 – 3 of 3) sorted by relevance
940 bool IsPtrLoopInvariant; variable956 IsPtrLoopInvariant = OrigLoop->isLoopInvariant(GEP->getPointerOperand()); in VPWidenGEPRecipe()
1016 O << (IsPtrLoopInvariant ? "Inv" : "Var"); in print()
511 unsigned UF, ElementCount VF, bool IsPtrLoopInvariant,4645 ElementCount VF, bool IsPtrLoopInvariant, in widenGEP() argument4654 if (VF.isVector() && IsPtrLoopInvariant && IsIndexLoopInvariant.all()) { in widenGEP()4684 auto *Ptr = IsPtrLoopInvariant in widenGEP()9394 *this, State.UF, State.VF, IsPtrLoopInvariant, in execute()