Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10209 void BoUpSLP::buildTreeRec(ArrayRef<Value *> VLRef, unsigned Depth, in buildTreeRec() argument
10212 assert((allConstant(VLRef) || allSameType(VLRef)) && "Invalid types!"); in buildTreeRec()
10215 SmallVector<Value *> VL(VLRef); in buildTreeRec()