Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2013 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2014 assert(ScalarIVTy->isIntegerTy() && ScalarIVTy == Step->getType() && in buildScalarSteps()
2020 auto *StartIdx = ConstantInt::get(ScalarIVTy, VF * Part + I); in buildScalarSteps()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2053 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2054 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2061 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2078 auto *StartIdx = getSignedIntOrFpConstant(ScalarIVTy, VF * Part + Lane); in buildScalarSteps()