Searched refs:WidestIndTy (Results 1 – 2 of 2) sorted by relevance
566 if (!WidestIndTy) in addInductionPhi()567 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()569 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()582 if (!PrimaryInduction || PhiTy == WidestIndTy) in addInductionPhi()887 } else if (!WidestIndTy) { in canVectorizeInstrs()912 if (PrimaryInduction && WidestIndTy != PrimaryInduction->getType()) in canVectorizeInstrs()
300 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType()523 Type *WidestIndTy = nullptr; variable