Searched defs:visitZeroExtendExpr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
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 DScalarEvolution.cpp757 void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {} function in struct:__anon10371::SCEVDivision
H A DScalarEvolutionExpander.cpp1515 Value *SCEVExpander::visitZeroExtendExpr(const SCEVZeroExtendExpr *S) { function in class:SCEVExpander

Completed in 139 milliseconds