HomeSort by relevance Sort by last modified time
    Searched refs:visitSignExtendExpr (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 276 Value *visitSignExtendExpr(const SCEVSignExtendExpr *S);
ScalarEvolutionExpressions.h 462 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
579 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) {
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
ScalarEvolution.cpp 754 void visitSignExtendExpr(const SCEVSignExtendExpr *Numerator) {}
    [all...]

Completed in 35 milliseconds