HomeSort by: relevance | last modified time | path
    Searched defs:visitZeroExtendExpr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionDivision.h 38 void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {}
ScalarEvolutionExpressions.h 578 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
747 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1708 Value *SCEVExpander::visitZeroExtendExpr(const SCEVZeroExtendExpr *S) {

Completed in 62 milliseconds