Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h418 const SCEV *createSCEV(Value *V);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3261 const SCEV *S = createSCEV(V); in getSCEV()
4066 const SCEV *ScalarEvolution::createSCEV(Value *V) { in createSCEV() function in ScalarEvolution