Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDVectorUtils.h307 Constant *createBitMaskForGaps(IRBuilder<> &Builder, unsigned VF,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDVectorUtils.cpp639 llvm::createBitMaskForGaps(IRBuilder<> &Builder, unsigned VF, in createBitMaskForGaps() function in llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp2238 MaskForGaps = createBitMaskForGaps(Builder, VF, *Group); in vectorizeInterleaveGroup()