Home
last modified time | relevance | path

Searched defs:WiderType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp297 Type *WiderType = SE.getWiderType(Stride->getType(), TripCount->getType()); in computeRefCost() local
330 Type *WiderType = SE.getWiderType(RefCost->getType(), TripCount->getType()); in computeRefCost() local
482 Type *WiderType = SE.getWiderType(Coeff->getType(), ElemSize->getType()); isConsecutive() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1384 const SCEV *WideMaxIter = SE->getNoopOrZeroExtend(MaxIter, WiderType); in optimizeLoopExitWithUnknownExitCount() local
1695 Type *WiderType = optimizeLoopExits() local
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp789 IntegerType *WiderType = IntegerType::get(I.getContext(), LOps.LoadSize); foldConsecutiveLoads() local