Searched refs:isMinMaxType (Results 1 – 2 of 2) sorted by relevance
430 static bool isMinMaxType(enum SCEVTypes T) { in isMinMaxType() function440 assert(isMinMaxType(T)); in SCEVMinMaxExpr()448 static bool classof(const SCEV *S) { return isMinMaxType(S->getSCEVType()); } in classof()
3819 assert(SCEVMinMaxExpr::isMinMaxType(Kind) && "Not a SCEVMinMaxExpr!"); in getMinMaxExpr()