Searched refs:WidestIndTy (Results 1 – 3 of 3) sorted by relevance
540 if (!WidestIndTy) in addInductionPhi()541 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()543 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()556 if (!PrimaryInduction || PhiTy == WidestIndTy) in addInductionPhi()739 if (PrimaryInduction && WidestIndTy != PrimaryInduction->getType()) in canVectorizeInstrs()
260 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType()452 Type *WidestIndTy = nullptr; variable
1356 WidestIndTy(nullptr), HasFunNoNaNAttr(false), Requirements(R), in LoopVectorizationLegality()1389 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType()1570 Type *WidestIndTy; member in __anon63bf7e8f0111::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()