HomeSort by relevance Sort by last modified time
    Searched defs:SCEVZeroExtendExpr (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 98 /// SCEVZeroExtendExpr - This class represents a zero extension of a small
101 class SCEVZeroExtendExpr : public SCEVCastExpr {
104 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
109 static inline bool classof(const SCEVZeroExtendExpr *S) { return true; }
469 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 145 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
341 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
842 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
    [all...]

Completed in 38 milliseconds