Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6350 Type *MinVecTy = VectorTy; in getInstructionCost() local
6352 SrcVecTy = smallestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost()
6354 largestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost()
6357 SrcVecTy = largestIntegerVectorType(SrcVecTy, MinVecTy); in getInstructionCost()
6359 smallestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); in getInstructionCost()