Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3513 static Type *smallestIntegerVectorType(Type *T1, Type *T2) { in smallestIntegerVectorType() function
3587 smallestIntegerVectorType(OriginalTy, TruncatedTy)); in truncateToMinimalBitwidths()
3592 smallestIntegerVectorType(OriginalTy, TruncatedTy)); in truncateToMinimalBitwidths()
7308 SrcVecTy = smallestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost()
7314 smallestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost()