Searched defs:SCEVZeroExtendExpr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h97 /// SCEVZeroExtendExpr - This class represents a zero extension of a small
100 class SCEVZeroExtendExpr : public SCEVCastExpr { class in namespace:llvm
103 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
108 static inline bool classof(const SCEVZeroExtendExpr *S) { return true; }
468 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp143 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
339 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, function in class:SCEVZeroExtendExpr
841 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
913 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
1051 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
1175 if (const SCEVZeroExtendExpr *S
[all...]

Completed in 41 milliseconds