Searched refs:VectorTripCount (Results 1 – 1 of 1) sorted by relevance
321 TripCount(nullptr), VectorTripCount(nullptr), Legal(nullptr), in InnerLoopVectorizer()547 Value *VectorTripCount; member in __anon63bf7e8f0111::InnerLoopVectorizer2689 if (VectorTripCount) in getOrCreateVectorTripCount()2690 return VectorTripCount; in getOrCreateVectorTripCount()2701 VectorTripCount = Builder.CreateSub(TC, R, "n.vec"); in getOrCreateVectorTripCount()2703 return VectorTripCount; in getOrCreateVectorTripCount()