Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3910 static Type *smallestIntegerVectorType(Type *T1, Type *T2) { in smallestIntegerVectorType() function
3984 smallestIntegerVectorType(OriginalTy, TruncatedTy)); in truncateToMinimalBitwidths()
3989 smallestIntegerVectorType(OriginalTy, TruncatedTy)); in truncateToMinimalBitwidths()
7760 SrcVecTy = smallestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost()
7766 smallestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost()