Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1580 const SCEV *createSCEV(Value *V);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp3898 S = createSCEV(V); in getSCEV()
6494 const SCEV *ScalarEvolution::createSCEV(Value *V) { in createSCEV() function in ScalarEvolution