Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp566 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()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h300 Type *getWidestInductionType() { return WidestIndTy; } in getWidestInductionType()
523 Type *WidestIndTy = nullptr; variable