Home
last modified time | relevance | path

Searched refs:scSMaxExpr (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h50 scSMaxExpr, enumerator
239 S->getSCEVType() == scSMaxExpr || S->getSCEVType() == scUMaxExpr || in classof()
257 S->getSCEVType() == scSMaxExpr || S->getSCEVType() == scUMaxExpr || in classof()
428 return T == scSMaxExpr || T == scUMaxExpr || T == scSMinExpr || in isMinMaxType()
449 case scSMaxExpr: in negate()
452 return scSMaxExpr; in negate()
468 : SCEVMinMaxExpr(ID, scSMaxExpr, O, N) {} in SCEVSMaxExpr()
472 static bool classof(const SCEV *S) { return S->getSCEVType() == scSMaxExpr; } in classof()
630 case scSMaxExpr: in visit()
691 case scSMaxExpr: in visitAll()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp581 return scSMaxExpr; in convertToSCEVype()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp395 case scSMaxExpr: in getRelevantLoop()
1789 case scSMaxExpr: in costAndCollectOperands()
1936 case scSMaxExpr: in isHighCostExpansionHelper()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp323 case scSMaxExpr: in print()
396 case scSMaxExpr: in getType()
429 case scSMaxExpr: in operands()
755 case scSMaxExpr: in CompareSCEVComplexity()
4107 case scSMaxExpr: in scevUnconditionallyPropagatesPoisonFromOperands()
6341 case scSMaxExpr: in getConstantMultipleImpl()
6790 case scSMaxExpr: in getRangeRef()
9792 case scSMaxExpr: in BuildConstantFromSCEV()
9822 case scSMaxExpr: in getWithOperands()
9898 case scSMaxExpr: in computeSCEVAtScope()
[all …]