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