Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DVectorUtils.h156 Constant *createBitMaskForGaps(IRBuilder<> &Builder, unsigned VF,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp600 llvm::createBitMaskForGaps(IRBuilder<> &Builder, unsigned VF, in createBitMaskForGaps() function in llvm
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2067 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()