Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp396 static IntegerType *getInductionIntegerTy(const DataLayout &DL, Type *Ty) { in getInductionIntegerTy() function
412 IntegerType *TyA = getInductionIntegerTy(DL, Ty0); in getWiderInductionTy()
413 IntegerType *TyB = getInductionIntegerTy(DL, Ty1); in getWiderInductionTy()
700 WidestIndTy = getInductionIntegerTy(DL, PhiTy); in addInductionPhi()