Searched refs:scAddExpr (Results 1 – 4 of 4) sorted by relevance
45 scAddExpr, enumerator221 return S->getSCEVType() == scAddExpr || S->getSCEVType() == scMulExpr || in classof()239 return S->getSCEVType() == scAddExpr || S->getSCEVType() == scMulExpr || in classof()255 : SCEVCommutativeExpr(ID, scAddExpr, O, N) { in SCEVAddExpr()269 static bool classof(const SCEV *S) { return S->getSCEVType() == scAddExpr; } in classof()615 case scAddExpr: in visit()680 case scAddExpr: in visitAll()
319 case scAddExpr: in print()351 case scAddExpr: in print()421 case scAddExpr: in getType()444 case scAddExpr: in operands()814 case scAddExpr: in CompareSCEVComplexity()4103 case scAddExpr: in scevUnconditionallyPropagatesPoisonFromOperands()6350 case scAddExpr: in GetMinTrailingZerosImpl()6551 case scAddExpr: in getRangeRefIter()9900 case scAddExpr: in computeSCEVAtScope()13743 case scAddExpr: in computeLoopDisposition()[all …]
688 case scAddExpr: in getRelevantLoop()2148 case scAddExpr: in costAndCollectOperands()2300 case scAddExpr: in isHighCostExpansionHelper()
2825 case scAddExpr: { in getExprBase()2831 if (SubExpr->getSCEVType() == scAddExpr) in getExprBase()