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

/external/swiftshader/third_party/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/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h92 class SCEVZeroExtendExpr : public SCEVCastExpr { class in namespace:llvm
95 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
447 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
557 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp150 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
342 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, function in class:SCEVZeroExtendExpr
755 void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {}
1096 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
1217 struct ExtendOpTraits<SCEVZeroExtendExpr> : public ExtendOpTraitsBase {
1230 SCEVZeroExtendExpr>::GetExtendExpr = &ScalarEvolution::getZeroExtendExpr;
1418 if (const SCEVZeroExtendExpr *S
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp141 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
317 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, function in class:SCEVZeroExtendExpr
822 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
894 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
1032 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
1156 if (const SCEVZeroExtendExpr *S
[all...]

Completed in 232 milliseconds