Home
last modified time | relevance | path

Searched refs:getTruncateOrZeroExtend (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopIdiomRecognize.cpp837 const SCEV *Index = SE->getTruncateOrZeroExtend(BECount, IntPtr); in getStartForNegStride()
867 NumBytesS = SE->getAddExpr(SE->getTruncateOrZeroExtend(BECount, IntPtr), in getNumBytes()
HDIndVarSimplify.cpp2378 const SCEV *IVOffset = SE->getTruncateOrZeroExtend(ExitCount, OfsTy); in genLoopLimit()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp1128 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 …]
HDDependenceAnalysis.cpp1019 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/
HDHexagonLoopIdiomRecognition.cpp2146 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/
HDScalarEvolution.h613 const SCEV *getTruncateOrZeroExtend(const SCEV *V, Type *Ty,