Searched refs:getWiderType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 298 Type *WiderType = SE.getWiderType(Stride->getType(), TripCount->getType()); in computeRefCost() 326 Type *WiderType = SE.getWiderType(RefCost->getType(), TripCount->getType()); in computeRefCost() 478 Type *WiderType = SE.getWiderType(Coeff->getType(), ElemSize->getType()); in isConsecutive()
|
| H A D | ScalarEvolution.cpp | 4319 Type *ScalarEvolution::getWiderType(Type *T1, Type *T2) const { in getWiderType() function in ScalarEvolution 4667 MaxType = getWiderType(MaxType, S->getType()); in getUMinFromMismatchedTypes() 12122 auto *WTy = getWiderType(DTy, FRHSTy); in isImpliedViaOperations()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 401 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() function 558 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1687 SE->getWiderType(MaxExitCount->getType(), ExitCount->getType()); in optimizeLoopExits() 1866 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
|
| H A D | LoopPredication.cpp | 1225 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 509 Type *getWiderType(Type *Ty1, Type *Ty2) const;
|