Searched refs:MaskForGaps (Results 1 – 1 of 1) sorted by relevance
2766 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local2768 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()2769 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()2778 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()2781 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()2788 GroupMask = MaskForGaps in vectorizeInterleaveGroup()2790 MaskForGaps) in vectorizeInterleaveGroup()