Searched refs:getTruncateOrZeroExtend (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | LoopIdiomRecognize.cpp | 837 const SCEV *Index = SE->getTruncateOrZeroExtend(BECount, IntPtr); in getStartForNegStride() 867 NumBytesS = SE->getAddExpr(SE->getTruncateOrZeroExtend(BECount, IntPtr), in getNumBytes()
|
| HD | IndVarSimplify.cpp | 2378 const SCEV *IVOffset = SE->getTruncateOrZeroExtend(ExitCount, OfsTy); in genLoopLimit()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 1128 return SE.getTruncateOrZeroExtend(It, ResultTy); in BinomialCoefficient() 1217 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); in BinomialCoefficient() 1221 SE.getTruncateOrZeroExtend(S, CalculationTy)); in BinomialCoefficient() 1230 SE.getTruncateOrZeroExtend(DivResult, ResultTy)); in BinomialCoefficient() 1291 return getTruncateOrZeroExtend(SZ->getOperand(), Ty, Depth + 1); in getTruncateExpr() 1687 return getTruncateOrZeroExtend(X, Ty, Depth); in getZeroExtendExpr() 1729 getTruncateOrZeroExtend(MaxBECount, Start->getType(), Depth); in getZeroExtendExpr() 1730 const SCEV *RecastedMaxBECount = getTruncateOrZeroExtend( in getZeroExtendExpr() 2073 getTruncateOrZeroExtend(MaxBECount, Start->getType(), Depth); in getSignExtendExpr() 2074 const SCEV *RecastedMaxBECount = getTruncateOrZeroExtend( in getSignExtendExpr() [all …]
|
| HD | DependenceAnalysis.cpp | 1019 S = SE->getTruncateOrZeroExtend(S, MaxType); in isKnownLessThan() 1020 Size = SE->getTruncateOrZeroExtend(Size, MaxType); in isKnownLessThan() 1070 return SE->getTruncateOrZeroExtend(UB, T); in collectUpperBound()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonLoopIdiomRecognition.cpp | 2146 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtrTy); in processCopyingStore() 2262 const SCEV *BECount32 = SE->getTruncateOrZeroExtend(BECount, Int32Ty); in processCopyingStore()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | ScalarEvolution.h | 613 const SCEV *getTruncateOrZeroExtend(const SCEV *V, Type *Ty,
|