Searched refs:SCEVTypes (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | ScalarEvolutionExpressions.h | 38 enum SCEVTypes { enum 151 SCEVNAryExpr(const FoldingSetNodeIDRef ID, enum SCEVTypes T, in SCEVNAryExpr() 204 enum SCEVTypes T, const SCEV *const *O, size_t N) in SCEVCommutativeExpr() 371 static bool isMinMaxType(enum SCEVTypes T) { in isMinMaxType() 378 SCEVMinMaxExpr(const FoldingSetNodeIDRef ID, enum SCEVTypes T, in SCEVMinMaxExpr() 388 return isMinMaxType(static_cast<SCEVTypes>(S->getSCEVType())); in classof() 391 static enum SCEVTypes negate(enum SCEVTypes T) { in negate()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 246 switch (static_cast<SCEVTypes>(getSCEVType())) { in print() 364 switch (static_cast<SCEVTypes>(getSCEVType())) { in getType() 677 switch (static_cast<SCEVTypes>(LType)) { in CompareSCEVComplexity() 2344 StrengthenNoWrapFlags(ScalarEvolution *SE, SCEVTypes Type, in StrengthenNoWrapFlags() 3681 ID.Intern(SCEVAllocator), static_cast<SCEVTypes>(Kind), O, Ops.size()); in getMinMaxExpr() 3997 SCEVMinMaxExpr::negate(static_cast<SCEVTypes>(MME->getSCEVType())), in getNotSCEV() 8111 switch (static_cast<SCEVTypes>(V->getSCEVType())) { in BuildConstantFromSCEV() 11728 switch (static_cast<SCEVTypes>(S->getSCEVType())) { in computeLoopDisposition() 11835 switch (static_cast<SCEVTypes>(S->getSCEVType())) { in computeBlockDisposition()
|