Searched refs:visitZeroExtendExpr (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h233 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
H A DScalarEvolutionExpressions.h537 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
660 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) { function in struct:llvm::SCEVParameterRewriter
756 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) { function in struct:llvm::SCEVApplyRewriter
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1512 Value *SCEVExpander::visitZeroExtendExpr(const SCEVZeroExtendExpr *S) { function in class:SCEVExpander
H A DScalarEvolution.cpp7105 void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {}

Completed in 289 milliseconds