Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1193 Induction(nullptr), WidestIndTy(nullptr), HasFunNoNaNAttr(false), in LoopVectorizationLegality()
1219 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType()
1377 Type *WidestIndTy; member in __anon63bf7e8f0111::LoopVectorizationLegality
4265 if (!WidestIndTy) in canVectorizeInstrs()
4266 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in canVectorizeInstrs()
4268 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in canVectorizeInstrs()
4279 if (!Induction || PhiTy == WidestIndTy) in canVectorizeInstrs()
4390 if (Induction && WidestIndTy != Induction->getType()) in canVectorizeInstrs()