Searched refs:MaskForGaps (Results 1 – 1 of 1) sorted by relevance
2747 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local2749 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()2750 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()2759 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()2762 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()2769 GroupMask = MaskForGaps in vectorizeInterleaveGroup()2771 MaskForGaps) in vectorizeInterleaveGroup()