Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9118 Value *gather(ArrayRef<Value *> VL, unsigned MaskVF = 0, in gather() argument
9125 if (MaskVF != 0) in gather()
9126 VF = std::min(VF, MaskVF); in gather()
12137 Value *gather(ArrayRef<Value *> VL, unsigned MaskVF = 0, in gather() argument