Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp395 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() function
530 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp294 Type *WiderType = SE.getWiderType(Stride->getType(), TripCount->getType()); in computeRefCost()
H A DScalarEvolution.cpp3942 Type *ScalarEvolution::getWiderType(Type *T1, Type *T2) const { in getWiderType() function in ScalarEvolution
4336 MaxType = getWiderType(MaxType, S->getType()); in getUMinFromMismatchedTypes()
11315 auto *WTy = getWiderType(DTy, FRHSTy); in isImpliedViaOperations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1518 SE->getWiderType(MaxExitCount->getType(), ExitCount->getType()); in optimizeLoopExits()
1702 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
H A DLoopPredication.cpp1160 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h499 Type *getWiderType(Type *Ty1, Type *Ty2) const;