Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolutionDivision.h51 void visitVScale(const SCEVVScale *Numerator);
HDScalarEvolutionExpressions.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-head/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolutionDivision.cpp129 void SCEVDivision::visitVScale(const SCEVVScale *Numerator) { in visitVScale()
HDScalarEvolution.cpp385 return cast<SCEVVScale>(this)->getType(); in getType()
507 SCEV *S = new (SCEVAllocator) SCEVVScale(ID.Intern(SCEVAllocator), Ty); in getVScale()
729 const auto *LTy = cast<IntegerType>(cast<SCEVVScale>(LHS)->getType()); in CompareSCEVComplexity()
730 const auto *RTy = cast<IntegerType>(cast<SCEVVScale>(RHS)->getType()); in CompareSCEVComplexity()
4054 RetVal visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDScalarEvolutionExpander.h480 Value *visitVScale(const SCEVVScale *S);
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDScalarEvolutionExpander.cpp1403 Value *SCEVExpander::visitVScale(const SCEVVScale *S) { in visitVScale()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp952 if (isa<SCEVVScale>(M->getOperand(1))) { in ExtractImmediate()
3370 !isa<SCEVVScale>(IncVScale->getOperand(1))) in canFoldIVIncExpr()