Searched refs:visitUDivExpr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h241 Value *visitUDivExpr(const SCEVUDivExpr *S);
H A DScalarEvolutionExpressions.h463 return ((SC*)this)->visitUDivExpr((const SCEVUDivExpr*)S);
594 virtual const SCEV *visitUDivExpr(const SCEVUDivExpr *Expr) { function in struct:llvm::SCEVRewriter
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp822 Value *SCEVExpander::visitUDivExpr(const SCEVUDivExpr *S) { function in class:SCEVExpander

Completed in 205 milliseconds