Home
last modified time | relevance | path

Searched refs:visitVScale (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h51 void visitVScale(const SCEVVScale *Numerator);
H A DScalarEvolutionExpressions.h613 return ((SC *)this)->visitVScale((const SCEVVScale *)S); in visit()
771 const SCEV *visitVScale(const SCEVVScale *VScale) { return VScale; }
772 const SCEV *visitVScale(const SCEVVScale *VScale) { return VScale; } visitVScale() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp129 void SCEVDivision::visitVScale(const SCEVVScale *Numerator) { in visitVScale() function in SCEVDivision
H A DScalarEvolution.cpp4054 RetVal visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale() function in __anon8884d99e0f11::SCEVSequentialMinMaxDeduplicatingVisitor
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h480 Value *visitVScale(const SCEVVScale *S);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1403 Value *SCEVExpander::visitVScale(const SCEVVScale *S) { in visitVScale() function in SCEVExpander