Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h427 static bool isMinMaxType(enum SCEVTypes T) { in isMinMaxType() function
437 assert(isMinMaxType(T)); in SCEVMinMaxExpr()
444 return isMinMaxType(S->getSCEVType()); in classof()