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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h453 return ((SC*)this)->visitMulExpr((const SCEVMulExpr*)S);
574 const SCEV *visitMulExpr(const SCEVMulExpr *Expr) { function in class:llvm::SCEVRewriteVisitor
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolutionExpander.cpp767 Value *SCEVExpander::visitMulExpr(const SCEVMulExpr *S) { function in class:SCEVExpander
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp827 void visitMulExpr(const SCEVMulExpr *Numerator) { function in struct:__anon12619::SCEVDivision
H A DScalarEvolutionExpander.cpp736 Value *SCEVExpander::visitMulExpr(const SCEVMulExpr *S) { function in class:SCEVExpander

Completed in 162 milliseconds