Searched refs:NarrowedOps (Results 1 – 1 of 1) sorted by relevance
3255 SmallPtrSet<VPValue *, 4> NarrowedOps; in narrowInterleaveGroups() local3256 auto NarrowOp = [&NarrowedOps](VPValue *V) -> VPValue * { in narrowInterleaveGroups()3258 if (!R || NarrowedOps.contains(V)) in narrowInterleaveGroups()3268 NarrowedOps.insert(L); in narrowInterleaveGroups()3276 NarrowedOps.insert(RepR); in narrowInterleaveGroups()3287 NarrowedOps.insert(N); in narrowInterleaveGroups()