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 114 /// SCEVSignExtendExpr - This class represents a sign extension of a small
117 class SCEVSignExtendExpr : public SCEVCastExpr {
120 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
462 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
579 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 153 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
348 SCEVSignExtendExpr::SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
754 void visitSignExtendExpr(const SCEVSignExtendExpr *Numerator) {}
    [all...]

Completed in 36 milliseconds