Home
last modified time | relevance | path

Searched refs:isSequentialMinMaxType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h502 static bool isSequentialMinMaxType(enum SCEVTypes T) { in isSequentialMinMaxType() function
514 assert(isSequentialMinMaxType(T)); in SCEVSequentialMinMaxExpr()
523 assert(isSequentialMinMaxType(Ty)); in getEquivalentNonSequentialSCEVType()
537 return isSequentialMinMaxType(S->getSCEVType()); in classof()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp4202 assert(SCEVSequentialMinMaxExpr::isSequentialMinMaxType(Kind) && in getSequentialMinMaxExpr()