Searched refs:WidestIndTy (Results 1 – 1 of 1) sorted by relevance
569 WidestIndTy(nullptr), HasFunNoNaNAttr(false) {} in LoopVectorizationLegality()728 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType()887 Type *WidestIndTy; member in __anon63bf7e8f0111::LoopVectorizationLegality3686 if (!WidestIndTy) in canVectorizeInstrs()3687 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in canVectorizeInstrs()3689 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in canVectorizeInstrs()3696 if (!Induction || PhiTy == WidestIndTy) in canVectorizeInstrs()