Searched refs:scAddRecExpr (Results 1 – 4 of 4) sorted by relevance
48 scAddRecExpr, enumerator242 S->getSCEVType() == scAddRecExpr; in classof()354 : SCEVNAryExpr(ID, scAddRecExpr, O, N), L(l) {} in SCEVAddRecExpr()419 return S->getSCEVType() == scAddRecExpr; in classof()628 case scAddRecExpr: in visit()696 case scAddRecExpr: in visitAll()
303 case scAddRecExpr: { in print()391 case scAddRecExpr: in getType()425 case scAddRecExpr: in operands()734 case scAddRecExpr: { in CompareSCEVComplexity()1467 ID.AddInteger(scAddRecExpr); in proveNoWrapByVaryingStart()2433 Type == scAddExpr || Type == scAddRecExpr || Type == scMulExpr; in StrengthenNoWrapFlags()2488 if (Type == scAddRecExpr && ScalarEvolution::hasFlags(Flags, SCEV::FlagNW) && in StrengthenNoWrapFlags()2869 while (Idx < Ops.size() && Ops[Idx]->getSCEVType() < scAddRecExpr) in getAddExpr()3010 ID.AddInteger(scAddRecExpr); in getOrCreateAddRecExpr()3253 while (Idx < Ops.size() && Ops[Idx]->getSCEVType() < scAddRecExpr) in getMulExpr()[all …]
432 case scAddRecExpr: in getRelevantLoop()1913 case scAddRecExpr: { in costAndCollectOperands()2046 case scAddRecExpr: { in isHighCostExpansionHelper()
3025 case scAddRecExpr: in getExprBase()