Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3962 static Type *largestIntegerVectorType(Type *T1, Type *T2) { in largestIntegerVectorType() function
7841 largestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost()
7843 SrcVecTy = largestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost()