Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp224 static Type* getSameType(ArrayRef<Value *> VL) { in getSameType() function
915 if (!getSameType(Roots)) in buildTree()
970 bool SameTy = allConstant(VL) || getSameType(VL); (void)SameTy; in buildTree_rec()
1551 assert(Opcode && getSameType(VL) && getSameBlock(VL) && "Invalid VL"); in getEntryCost()