Searched refs:visitConstant (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h49 void visitConstant(const SCEVConstant *Numerator);
H A DScalarEvolutionExpressions.h611 return ((SC *)this)->visitConstant((const SCEVConstant *)S);
769 const SCEV *visitConstant(const SCEVConstant *Constant) { return Constant; } function in class:llvm::SCEVRewriteVisitor
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp108 void SCEVDivision::visitConstant(const SCEVConstant *Numerator) { function in class:SCEVDivision
H A DScalarEvolution.cpp4047 RetVal visitConstant(const SCEVConstant *Constant) { return Constant; }
14024 const SCEV *visitConstant(const SCEVConstant *Constant) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h452 Value *visitConstant(const SCEVConstant *S) { return S->getValue(); } function in class:llvm::SCEVExpander

Completed in 115 milliseconds