Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7642 Value *gather(ArrayRef<Value *> VL, unsigned MaskVF = 0, in gather() argument
7649 if (MaskVF != 0) in gather()
7650 VF = std::min(VF, MaskVF); in gather()
10434 Value *gather(ArrayRef<Value *> VL, unsigned MaskVF = 0, in gather() argument