Home
last modified time | relevance | path

Searched refs:getEffectiveSCEVType (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp29 if (SE.getEffectiveSCEVType(A->getType()) != in canComputePointerDiff()
30 SE.getEffectiveSCEVType(B->getType())) in canComputePointerDiff()
H A DScalarEvolution.cpp1140 Ty = getEffectiveSCEVType(Ty); in getTruncateExpr()
1555 Ty = getEffectiveSCEVType(Ty); in getZeroExtendExpr()
1890 Ty = getEffectiveSCEVType(Ty); in getSignExtendExpr()
1909 Ty = getEffectiveSCEVType(Ty); in getSignExtendExprImpl()
2170 Ty = getEffectiveSCEVType(Ty); in getAnyExtendExpr()
2518 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr()
3393 assert(getEffectiveSCEVType(LHS->getType()) == in getURemExpr()
3394 getEffectiveSCEVType(RHS->getType()) && in getURemExpr()
3836 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMinMaxExpr()
4593 Ty = getEffectiveSCEVType(Ty); in getNegativeSCEV()
[all …]
H A DLoopAccessAnalysis.cpp955 Type *IntPtrTy = SE->getEffectiveSCEVType( in findForkedSCEVs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp460 SE.getEffectiveSCEVType(NewMul->getType()))); in DoInitialMatch()
954 (SE.getEffectiveSCEVType(PN.getType()) == in isExistingPhi()
955 SE.getEffectiveSCEVType(AR->getType())) && in isExistingPhi()
2709 Types.insert(SE.getEffectiveSCEVType(Expr->getType())); in CollectInterestingTypesAndFactors()
3218 Type *IntTy = SE.getEffectiveSCEVType(IVTy); in GenerateIVChain()
3808 CombinedIntegerType = SE.getEffectiveSCEVType(BaseReg->getType()); in GenerateCombinations()
4346 Type *IntTy = SE.getEffectiveSCEVType(OrigReg->getType()); in GenerateCrossUseConstantOffsets()
5409 else if (SE.getEffectiveSCEVType(Ty) == SE.getEffectiveSCEVType(OpTy)) in Expand()
5413 Type *IntTy = SE.getEffectiveSCEVType(Ty); in Expand()
5548 Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy), in Expand()
H A DIndVarSimplify.cpp537 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1159 Type *Ty = SE.getEffectiveSCEVType(S->getType()); in visitAddRecExpr()
1243 assert(Ty == SE.getEffectiveSCEVType(CanonicalIV->getType()) && in visitAddRecExpr()
H A DSimplifyIndVar.cpp1928 assert(SE->getEffectiveSCEVType(WideIVExpr->getType()) == WideType && in createWideIV()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h509 Type *getEffectiveSCEVType(Type *Ty) const;