Home
last modified time | relevance | path

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

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