Home
last modified time | relevance | path

Searched defs:visitUDivExpr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h598 const SCEV *visitUDivExpr(const SCEVUDivExpr *Expr) { in visitUDivExpr() function
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp786 Value *SCEVExpander::visitUDivExpr(const SCEVUDivExpr *S) { in visitUDivExpr() function in SCEVExpander
DScalarEvolution.cpp755 void visitUDivExpr(const SCEVUDivExpr *Numerator) {} in visitUDivExpr() function