Searched refs:scAddExpr (Results 1 – 4 of 4) sorted by relevance
45 scAddExpr, enumerator238 return S->getSCEVType() == scAddExpr || S->getSCEVType() == scMulExpr || in classof()256 return S->getSCEVType() == scAddExpr || S->getSCEVType() == scMulExpr || in classof()272 : SCEVCommutativeExpr(ID, scAddExpr, O, N) { in SCEVAddExpr()286 static bool classof(const SCEV *S) { return S->getSCEVType() == scAddExpr; } in classof()622 case scAddExpr: in visit()688 case scAddExpr: in visitAll()
320 case scAddExpr: in print()352 case scAddExpr: in print()402 case scAddExpr: in getType()426 case scAddExpr: in operands()752 case scAddExpr: in CompareSCEVComplexity()4102 case scAddExpr: in scevUnconditionallyPropagatesPoisonFromOperands()6329 case scAddExpr: in getConstantMultipleImpl()9815 case scAddExpr: in getWithOperands()9894 case scAddExpr: in computeSCEVAtScope()13730 case scAddExpr: in computeLoopDisposition()[all …]
390 case scAddExpr: in getRelevantLoop()1780 case scAddExpr: in costAndCollectOperands()1933 case scAddExpr: in isHighCostExpansionHelper()
2815 case scAddExpr: { in getExprBase()2821 if (SubExpr->getSCEVType() == scAddExpr) in getExprBase()