Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1629 const SCEV *createSCEV(Value *V);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4053 S = createSCEV(V); in getSCEV()
6711 const SCEV *ScalarEvolution::createSCEV(Value *V) { in createSCEV() function in ScalarEvolution