Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp446 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() function
2361 if (!allSameType(Roots)) in buildTree()
2426 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
3247 allSameType(VL) && allSameBlock(VL)) { in getEntryCost()
3269 assert(E->getOpcode() && allSameType(VL) && allSameBlock(VL) && "Invalid VL"); in getEntryCost()