Searched refs:getWiderType (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 297 Type *WiderType = SE.getWiderType(Stride->getType(), TripCount->getType()); in computeRefCost() 330 Type *WiderType = SE.getWiderType(RefCost->getType(), TripCount->getType()); in computeRefCost() 488 Type *WiderType = SE.getWiderType(Coeff->getType(), ElemSize->getType()); in isConsecutive()
|
| H A D | LoopAccessAnalysis.cpp | 232 Type *WiderTy = SE.getWiderType(MaxBTC->getType(), Step->getType()); in evaluatePtrAddRecAtMaxBTCWillNotWrap()
|
| H A D | ScalarEvolution.cpp | 4457 Type *ScalarEvolution::getWiderType(Type *T1, Type *T2) const { in getWiderType() function in ScalarEvolution 4797 MaxType = getWiderType(MaxType, S->getType()); in getUMinFromMismatchedTypes() 12701 auto *WTy = getWiderType(DTy, FRHSTy); in isImpliedViaOperations() 15006 Type *WiderTy = SE.getWiderType(Step->getType(), OpStep->getType()); in implies()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1361 SE->getWiderType(ExitMax->getType(), MaxIter->getType()); in optimizeLoopExitWithUnknownExitCount() 1674 SE->getWiderType(MaxBECount->getType(), ExactExitCount->getType()); in optimizeLoopExits() 1854 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
|
| H A D | LoopPredication.cpp | 1156 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 509 LLVM_ABI Type *getWiderType(Type *Ty1, Type *Ty2) const;
|