Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp463 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() function
2608 if (!allSameType(Roots)) in buildTree()
2669 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
3780 if (E->getOpcode() == Instruction::ExtractElement && allSameType(VL) && in getEntryCost()
3829 assert(E->getOpcode() && allSameType(VL) && allSameBlock(VL) && "Invalid VL"); in getEntryCost()