Searched refs:MaskForGaps (Results 1 – 1 of 1) sorted by relevance
2652 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local2654 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()2655 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()2664 if (BlockInMask || MaskForGaps) { in vectorizeInterleaveGroup()2667 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()2674 GroupMask = MaskForGaps in vectorizeInterleaveGroup()2676 MaskForGaps) in vectorizeInterleaveGroup()2727 MaskForGaps = createBitMaskForGaps(Builder, VF.getKnownMinValue(), *Group); in vectorizeInterleaveGroup()2728 assert((!MaskForGaps || useMaskedInterleavedAccesses(*TTI)) && in vectorizeInterleaveGroup()2730 assert((!MaskForGaps || !VF.isScalable()) && in vectorizeInterleaveGroup()[all …]