Searched refs:BaseIVTy (Results 1 – 1 of 1) sorted by relevance
2175 Type *BaseIVTy = BaseIV->getType()->getScalarType(); in execute() local2176 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()