Home
last modified time | relevance | path

Searched refs:MaskForGaps (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2766 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2768 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()