Searched refs:MaskForGaps (Results 1 – 1 of 1) sorted by relevance
2065 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local2067 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()2068 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()2077 if (IsMaskForCondRequired || MaskForGaps) { in vectorizeInterleaveGroup()2080 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()2086 GroupMask = MaskForGaps in vectorizeInterleaveGroup()2088 MaskForGaps) in vectorizeInterleaveGroup()