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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 233 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
ScalarEvolutionExpressions.h 455 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
570 virtual const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 57 milliseconds