Searched refs:getWiderType (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 379 static Type *getWiderType(const DataLayout &DL, Type *Ty0, Type *Ty1) { in getWiderType() function 514 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 296 Type *WiderType = SE.getWiderType(Stride->getType(), TripCount->getType()); in computeRefCost()
|
H A D | ScalarEvolution.cpp | 3787 Type *ScalarEvolution::getWiderType(Type *T1, Type *T2) const { in getWiderType() function in ScalarEvolution 4135 MaxType = getWiderType(MaxType, S->getType()); in getUMinFromMismatchedTypes() 11030 auto *WTy = getWiderType(DTy, FRHSTy); in isImpliedViaOperations()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1518 SE->getWiderType(MaxExitCount->getType(), ExitCount->getType()); in optimizeLoopExits() 1702 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
|
H A D | LoopPredication.cpp | 1160 Type *WiderTy = SE->getWiderType(ECV->getType(), RHS->getType()); in predicateLoopExits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 499 Type *getWiderType(Type *Ty1, Type *Ty2) const;
|