Searched refs:getZeroExtendExpr (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 1862 getZeroExtendExpr(MulLHS, Ty), in getZeroExtendExpr() 1863 getZeroExtendExpr( in getZeroExtendExpr() 2103 return getZeroExtendExpr(Op, Ty, Depth + 1); in getSignExtendExpr() 2139 const SCEV *ZExt = getZeroExtendExpr(Op, Ty); in getAnyExtendExpr() 2273 : &ScalarEvolution::getZeroExtendExpr; in willNotOverflow() 3311 getZeroExtendExpr(AR, ExtTy) == in getUDivExpr() 3325 getZeroExtendExpr(AR, ExtTy) == in getUDivExpr() 4243 return getZeroExtendExpr(V, Ty, Depth); in getTruncateOrZeroExtend() 4267 return getZeroExtendExpr(V, Ty); in getNoopOrZeroExtend() 6864 getZeroExtendExpr( in createSCEV() [all …]
|
| H A D | LoopAccessAnalysis.cpp | 1415 CastedProduct = SE.getZeroExtendExpr(Product, Dist.getType()); in isSafeDependenceDistance() 2173 CastedBECount = SE->getZeroExtendExpr(BETakenCount, StrideExpr->getType()); in collectStridedAccess()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 513 if (IVSCEV == SE->getZeroExtendExpr(TISCEV, IVTy)) in eliminateTrunc() 1234 return SE->getZeroExtendExpr(S, Ty); in cloneArithmeticIVUser() 1330 ExtendOperExpr = SE->getZeroExtendExpr( in getExtendedOperandRecurrence() 1380 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence() 1387 WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType); in getWideRecurrence() 1839 : SE->getZeroExtendExpr(AddRec, WideType); in createWideIV()
|
| H A D | ScalarEvolutionExpander.cpp | 1201 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW() 1202 SE.getZeroExtendExpr(AR, WideTy)); in IsIncrementNUW() 1204 SE.getZeroExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNUW()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1035 ExitCount = SE->getZeroExtendExpr(ExitCount, IVInit->getType()); in genLoopLimit() 1156 SE->getZeroExtendExpr(TruncatedIV, CmpIndVar->getType()); in linearFunctionTestReplace() 1368 MaxIter = SE->getZeroExtendExpr(MaxIter, ARTy); in optimizeLoopExitWithUnknownExitCount() 1371 auto *MaxAllowedIter = SE->getZeroExtendExpr(MinusOne, MaxIterTy); in optimizeLoopExitWithUnknownExitCount()
|
| H A D | NaryReassociate.cpp | 409 SE->getZeroExtendExpr(IndexExprs[I], GEP->getOperand(I)->getType()); in tryReassociateGEPAtIndex()
|
| H A D | LoopIdiomRecognize.cpp | 1012 NumBytesS = SE->getZeroExtendExpr( in getNumBytes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | HardwareLoops.cpp | 386 ExitCount = SE.getZeroExtendExpr(ExitCount, CountType); in InitLoopCount()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 759 : SE.getZeroExtendExpr(Operand, Expr->getType()); in visitZeroExtendExpr()
|
| H A D | ScalarEvolution.h | 529 const SCEV *getZeroExtendExpr(const SCEV *Op, Type *Ty, unsigned Depth = 0);
|