Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2065 Value *MaskForGaps = nullptr; in vectorizeInterleaveGroup() local
2067 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()
2068 assert(MaskForGaps && "Mask for Gaps is required but it is null"); in vectorizeInterleaveGroup()
2077 if (IsMaskForCondRequired || MaskForGaps) { in vectorizeInterleaveGroup()
2080 Value *GroupMask = MaskForGaps; in vectorizeInterleaveGroup()
2086 GroupMask = MaskForGaps in vectorizeInterleaveGroup()
2088 MaskForGaps) in vectorizeInterleaveGroup()