Searched refs:WidestIndTy (Results 1 – 1 of 1) sorted by relevance
1356 WidestIndTy(nullptr), HasFunNoNaNAttr(false), Requirements(R), in LoopVectorizationLegality()1389 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType()1570 Type *WidestIndTy; member in __anonfb91178e0111::LoopVectorizationLegality4543 if (!WidestIndTy) in addInductionPhi()4544 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()4546 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()4559 if (!Induction || PhiTy == WidestIndTy) in addInductionPhi()4733 if (Induction && WidestIndTy != Induction->getType()) in canVectorizeInstrs()