Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2175 Type *BaseIVTy = BaseIV->getType()->getScalarType(); in execute() local
2176 assert(BaseIVTy == Step->getType() && "Types of BaseIV and Step must match!"); in execute()
2182 if (BaseIVTy->isIntegerTy()) { in execute()
2195 IntegerType::get(BaseIVTy->getContext(), BaseIVTy->getScalarSizeInBits()); in execute()
2199 VecIVTy = VectorType::get(BaseIVTy, State.VF); in execute()
2228 if (BaseIVTy->isFloatingPointTy()) in execute()
2238 if (BaseIVTy->isFloatingPointTy()) in execute()
2239 StartIdx0 = Builder.CreateSIToFP(StartIdx0, BaseIVTy); in execute()
2243 AddOp, StartIdx0, getSignedIntOrFpConstant(BaseIVTy, Lane)); in execute()