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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 116 /// SCEVSignExtendExpr - This class represents a sign extension of a small
119 class SCEVSignExtendExpr : public SCEVCastExpr {
122 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
127 static inline bool classof(const SCEVSignExtendExpr *S) { return true; }
471 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 152 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
349 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
838 if (const SCEVSignExtendExpr *SS = dyn_cast<SCEVSignExtendExpr>(Op))
    [all...]

Completed in 24 milliseconds