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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h235 Value *visitSignExtendExpr(const SCEVSignExtendExpr *S);
H A DScalarEvolutionExpressions.h539 return ((SC*)this)->visitSignExtendExpr((const SCEVSignExtendExpr*)S);
665 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { function in struct:llvm::SCEVParameterRewriter
761 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { function in struct:llvm::SCEVApplyRewriter
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1521 Value *SCEVExpander::visitSignExtendExpr(const SCEVSignExtendExpr *S) { function in class:SCEVExpander
H A DScalarEvolution.cpp7106 void visitSignExtendExpr(const SCEVSignExtendExpr *Numerator) {}

Completed in 142 milliseconds