Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2304 static VectorType *isVectorPromotionViable(Partition &P, const DataLayout &DL) { in isVectorPromotionViable() function
4795 IsIntegerPromotable ? nullptr : isVectorPromotionViable(P, DL); in rewritePartition()