Searched refs:SCEVVScale (Results 1 – 7 of 7) 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()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()
480 Value *visitVScale(const SCEVVScale *S);
1403 Value *SCEVExpander::visitVScale(const SCEVVScale *S) { in visitVScale()
952 if (isa<SCEVVScale>(M->getOperand(1))) { in ExtractImmediate()3370 !isa<SCEVVScale>(IncVScale->getOperand(1))) in canFoldIVIncExpr()