Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2747 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2749 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()