Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h51 void visitVScale(const SCEVVScale *Numerator);
H A DScalarEvolutionExpressions.h80 class SCEVVScale : public SCEV {
83 SCEVVScale(const FoldingSetNodeIDRef ID, Type *ty) in SCEVVScale() function
613 return ((SC *)this)->visitVScale((const SCEVVScale *)S); in visit()
771 const SCEV *visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp129 void SCEVDivision::visitVScale(const SCEVVScale *Numerator) { in visitVScale()
H A DScalarEvolution.cpp385 return cast<SCEVVScale>(this)->getType(); in getType()
507 SCEV *S = new (SCEVAllocator) SCEVVScale(ID.Intern(SCEVAllocator), Ty); in getVScale()
722 const auto *LTy = cast<IntegerType>(cast<SCEVVScale>(LHS)->getType()); in CompareSCEVComplexity()
723 const auto *RTy = cast<IntegerType>(cast<SCEVVScale>(RHS)->getType()); in CompareSCEVComplexity()
4049 RetVal visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h454 Value *visitVScale(const SCEVVScale *S);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1346 Value *SCEVExpander::visitVScale(const SCEVVScale *S) { in visitVScale()