Searched defs:visitMulExpr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
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

Completed in 531 milliseconds