Searched refs:scAddRecExpr (Results 1 – 4 of 4) sorted by relevance
48 scAddRecExpr, enumerator225 S->getSCEVType() == scAddRecExpr; in classof()337 : SCEVNAryExpr(ID, scAddRecExpr, O, N), L(l) {} in SCEVAddRecExpr()402 return S->getSCEVType() == scAddRecExpr; in classof()621 case scAddRecExpr: in visit()688 case scAddRecExpr: in visitAll()
302 case scAddRecExpr: { in print()410 case scAddRecExpr: in getType()443 case scAddRecExpr: in operands()788 case scAddRecExpr: { in CompareSCEVComplexity()1525 ID.AddInteger(scAddRecExpr); in proveNoWrapByVaryingStart()2458 Type == scAddExpr || Type == scAddRecExpr || Type == scMulExpr; in StrengthenNoWrapFlags()2513 if (Type == scAddRecExpr && ScalarEvolution::hasFlags(Flags, SCEV::FlagNW) && in StrengthenNoWrapFlags()2894 while (Idx < Ops.size() && Ops[Idx]->getSCEVType() < scAddRecExpr) in getAddExpr()3035 ID.AddInteger(scAddRecExpr); in getOrCreateAddRecExpr()3267 while (Idx < Ops.size() && Ops[Idx]->getSCEVType() < scAddRecExpr) in getMulExpr()[all …]
691 case scAddRecExpr: in getRelevantLoop()2183 case scAddRecExpr: { in costAndCollectOperands()2315 case scAddRecExpr: { in isHighCostExpansionHelper()
2839 case scAddRecExpr: in getExprBase()