Searched refs:SCEVTypes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h27 enum SCEVTypes { enum in namespace:llvm
144 enum SCEVTypes T, const SCEV *const *O, size_t N)
185 enum SCEVTypes T, const SCEV *const *O, size_t N)
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp139 switch (static_cast<SCEVTypes>(getSCEVType())) {
249 switch (static_cast<SCEVTypes>(getSCEVType())) {
483 switch (static_cast<SCEVTypes>(LType)) {
2818 switch (static_cast<SCEVTypes>(S->getSCEVType())) {
5269 switch (static_cast<SCEVTypes>(V->getSCEVType())) {
7793 switch (static_cast<SCEVTypes>(S->getSCEVType())) {
7899 switch (static_cast<SCEVTypes>(S->getSCEVType())) {

Completed in 102 milliseconds