Searched refs:SCEVType (Results 1 – 3 of 3) sorted by relevance
620 const SCEVTypes SCEVType = convertToSCEVype(m_MaxMin); in tryReassociateMinOrMax() local621 const SCEV *R1Expr = SE->getMinMaxExpr(SCEVType, Ops1); in tryReassociateMinOrMax()632 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
83 const SCEVTypes SCEVType;140 : FastID(ID), SCEVType(SCEVTy), ExpressionSize(ExpressionSize) {}144 SCEVTypes getSCEVType() const { return SCEVType; }2191 SCEV *findExistingSCEVInCache(SCEVTypes SCEVType, ArrayRef<const SCEV *> Ops);
3822 SCEV *ScalarEvolution::findExistingSCEVInCache(SCEVTypes SCEVType, in findExistingSCEVInCache() argument3825 ID.AddInteger(SCEVType); in findExistingSCEVInCache()