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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h239 Value *visitMulExpr(const SCEVMulExpr *S);
H A DScalarEvolutionExpressions.h543 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S);
677 const SCEV *visitMulExpr(const SCEVMulExpr *Expr) { function in struct:llvm::SCEVParameterRewriter
773 const SCEV *visitMulExpr(const SCEVMulExpr *Expr) { function in struct:llvm::SCEVApplyRewriter
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp773 Value *SCEVExpander::visitMulExpr(const SCEVMulExpr *S) { function in class:SCEVExpander
H A DScalarEvolution.cpp7161 void visitMulExpr(const SCEVMulExpr *Numerator) {

Completed in 1026 milliseconds