Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp397 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() function
1332 if (!allSameType(Roots)) in buildTree()
1397 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
2084 allSameType(VL) && allSameBlock(VL)) { in getEntryCost()
2107 assert(S.getOpcode() && allSameType(VL) && allSameBlock(VL) && "Invalid VL"); in getEntryCost()