Searched refs:WidestIndTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1356 WidestIndTy(nullptr), HasFunNoNaNAttr(false), Requirements(R),
1389 Type *getWidestInductionType() { return WidestIndTy; }
1570 Type *WidestIndTy; member in class:__anon13460::LoopVectorizationLegality
4543 if (!WidestIndTy)
4544 WidestIndTy = convertPointerToIntegerType(DL, PhiTy);
4546 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy);
4559 if (!Induction || PhiTy == WidestIndTy)
4733 if (Induction && WidestIndTy != Induction->getType())

Completed in 113 milliseconds