Searched defs:getSE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h468 ScalarEvolution *getSE() const { return SE; } function in class:llvm::RuntimePointerChecking
H A DScalarEvolution.h1965 ScalarEvolution &getSE() { return *SE; } function in class:llvm::ScalarEvolutionWrapperPass
1966 const ScalarEvolution &getSE() const { return *SE; } function in class:llvm::ScalarEvolutionWrapperPass
2020 ScalarEvolution *getSE() const { return &SE; } function in class:llvm::PredicatedScalarEvolution

Completed in 126 milliseconds