Searched defs:visitCouldNotCompute (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | ScalarEvolutionDivision.h | 47 void visitCouldNotCompute(const SCEVCouldNotCompute *Numerator) {} in visitCouldNotCompute() function |
H A D | ScalarEvolutionExpressions.h | 649 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *S) { visitCouldNotCompute() function |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorizationLegality.cpp | 539 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *S) { visitCouldNotCompute() function in llvm::__anon085ae8110311::SCEVAddRecForUniformityRewriter |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ScalarEvolution.cpp | 4094 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { return Expr; } visitCouldNotCompute() function in __anon08f5dad10f11::SCEVSequentialMinMaxDeduplicatingVisitor |