Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3503 static Type *largestIntegerVectorType(Type *T1, Type *T2) { in largestIntegerVectorType() function
7235 largestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost()
7237 SrcVecTy = largestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost()