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.cpp1413 Type *BaseIVTy = BaseIV->getType()->getScalarType(); in execute() local
1414 assert(BaseIVTy == Step->getType() && "Types of BaseIV and Step must match!"); in execute()
1420 if (BaseIVTy->isIntegerTy()) { in execute()
1433 IntegerType::get(BaseIVTy->getContext(), BaseIVTy->getScalarSizeInBits()); in execute()
1437 VecIVTy = VectorType::get(BaseIVTy, State.VF); in execute()
1460 if (BaseIVTy->isFloatingPointTy()) in execute()
1470 if (BaseIVTy->isFloatingPointTy()) in execute()
1471 StartIdx0 = Builder.CreateSIToFP(StartIdx0, BaseIVTy); in execute()
1475 AddOp, StartIdx0, getSignedIntOrFpConstant(BaseIVTy, Lane)); in execute()