Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp502 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr); in processLoopStridedStore()
608 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr); in processLoopStoreOfLoopLoad()
DIndVarSimplify.cpp1543 IVLimit = SE->getTruncateOrZeroExtend(N, CntTy); in LinearFunctionTestReplace()
1546 IVLimit = SE->getTruncateOrZeroExtend(IVLimit, CntTy); in LinearFunctionTestReplace()
1556 IVLimit = SE->getTruncateOrZeroExtend(IVLimit, CntTy); in LinearFunctionTestReplace()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp735 const SCEV *Index = SE->getTruncateOrZeroExtend(BECount, IntPtr); in getStartForNegStride()
793 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr); in processLoopStridedStore()
924 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtrTy); in processLoopStoreOfLoopLoad()
DIndVarSimplify.cpp1844 const SCEV *IVOffset = SE->getTruncateOrZeroExtend(IVCount, OfsTy); in genLoopLimit()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp658 return SE.getTruncateOrZeroExtend(It, ResultTy); in BinomialCoefficient()
747 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); in BinomialCoefficient()
751 SE.getTruncateOrZeroExtend(S, CalculationTy)); in BinomialCoefficient()
760 SE.getTruncateOrZeroExtend(DivResult, ResultTy)); in BinomialCoefficient()
823 return getTruncateOrZeroExtend(SZ->getOperand(), Ty); in getTruncateExpr()
916 return getTruncateOrZeroExtend(X, Ty); in getZeroExtendExpr()
953 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getZeroExtendExpr()
955 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getZeroExtendExpr()
1219 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getSignExtendExpr()
1221 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getSignExtendExpr()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h649 const SCEV *getTruncateOrZeroExtend(const SCEV *V, Type *Ty);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp933 return SE.getTruncateOrZeroExtend(It, ResultTy); in BinomialCoefficient()
1022 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); in BinomialCoefficient()
1026 SE.getTruncateOrZeroExtend(S, CalculationTy)); in BinomialCoefficient()
1035 SE.getTruncateOrZeroExtend(DivResult, ResultTy)); in BinomialCoefficient()
1097 return getTruncateOrZeroExtend(SZ->getOperand(), Ty); in getTruncateExpr()
1440 return getTruncateOrZeroExtend(X, Ty); in getZeroExtendExpr()
1482 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getZeroExtendExpr()
1484 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getZeroExtendExpr()
1709 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getSignExtendExpr()
1711 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getSignExtendExpr()
[all …]
DDependenceAnalysis.cpp993 return SE->getTruncateOrZeroExtend(UB, T); in collectUpperBound()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1282 const SCEV *getTruncateOrZeroExtend(const SCEV *V, Type *Ty);