Searched refs:SCEVVScale (Results 1 – 8 of 8) sorted by relevance
51 void visitVScale(const SCEVVScale *Numerator);
67 inline class_match<const SCEVVScale> m_SCEVVScale() { in m_SCEVVScale()68 return class_match<const SCEVVScale>(); in m_SCEVVScale()
81 class SCEVVScale : public SCEV {84 SCEVVScale(const FoldingSetNodeIDRef ID, Type *ty) in SCEVVScale() function617 return ((SC *)this)->visitVScale((const SCEVVScale *)S); in visit()775 const SCEV *visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()
129 void SCEVDivision::visitVScale(const SCEVVScale *Numerator) { in visitVScale()
389 return cast<SCEVVScale>(this)->getType(); in getType()499 SCEV *S = new (SCEVAllocator) SCEVVScale(ID.Intern(SCEVAllocator), Ty); in getVScale()698 const auto *LTy = cast<IntegerType>(cast<SCEVVScale>(LHS)->getType()); in CompareSCEVComplexity()699 const auto *RTy = cast<IntegerType>(cast<SCEVVScale>(RHS)->getType()); in CompareSCEVComplexity()4021 RetVal visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()10962 return isa<SCEVVScale>(S) && F.hasFnAttribute(Attribute::VScaleRange); in isKnownToBeAPowerOfTwo()
70 Const && isa<SCEVVScale>(RHS)) { in getVFFromIndVar()
495 Value *visitVScale(const SCEVVScale *S);
1432 Value *SCEVExpander::visitVScale(const SCEVVScale *S) { in visitVScale()