Searched refs:SCEVVScale (Results 1 – 6 of 6) sorted by relevance
51 void visitVScale(const SCEVVScale *Numerator);
80 class SCEVVScale : public SCEV {83 SCEVVScale(const FoldingSetNodeIDRef ID, Type *ty) in SCEVVScale() function613 return ((SC *)this)->visitVScale((const SCEVVScale *)S); in visit()771 const SCEV *visitVScale(const SCEVVScale *VScale) { return VScale; } in visitVScale()
129 void SCEVDivision::visitVScale(const SCEVVScale *Numerator) { in visitVScale()
385 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()
454 Value *visitVScale(const SCEVVScale *S);
1346 Value *SCEVExpander::visitVScale(const SCEVVScale *S) { in visitVScale()