Searched refs:SCEVZeroExtendExpr (Results 1 - 6 of 6) sorted by last modified time

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h233 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
H A DScalarEvolutionExpressions.h96 /// SCEVZeroExtendExpr - This class represents a zero extension of a small
99 class SCEVZeroExtendExpr : public SCEVCastExpr { class in namespace:llvm
102 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
537 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
660 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
756 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp793 if ((isa<SCEVZeroExtendExpr>(Src) && isa<SCEVZeroExtendExpr>(Dst)) ||
885 (isa<SCEVZeroExtendExpr>(X) &&
886 isa<SCEVZeroExtendExpr>(Y))) {
H A DScalarEvolution.cpp151 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
345 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, function in class:SCEVZeroExtendExpr
850 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
914 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
1053 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
1175 if (const SCEVZeroExtendExpr *S
[all...]
H A DScalarEvolutionExpander.cpp1512 Value *SCEVExpander::visitZeroExtendExpr(const SCEVZeroExtendExpr *S) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp758 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
2501 return getExprBase(cast<SCEVZeroExtendExpr>(S)->getOperand());

Completed in 131 milliseconds