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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h368 Value *visitZeroExtendExpr(const SCEVZeroExtendExpr *S);
H A DScalarEvolutionExpressions.h520 return ((SC*)this)->visitZeroExtendExpr((const SCEVZeroExtendExpr*)S);
683 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) { function in class:llvm::SCEVRewriteVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1643 Value *SCEVExpander::visitZeroExtendExpr(const SCEVZeroExtendExpr *S) { function in class:SCEVExpander
H A DScalarEvolution.cpp948 void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {} function in struct:__anon1648::SCEVDivision
12200 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) {

Completed in 118 milliseconds