Searched refs:GetZeroSCEV (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLoopDependenceAnalysis.cpp105 static inline const SCEV *GetZeroSCEV(ScalarEvolution *SE) { function
262 const SCEV* aSCEV = (aIdx != aEnd) ? SE->getSCEV(*aIdx) : GetZeroSCEV(SE);
263 const SCEV* bSCEV = (bIdx != bEnd) ? SE->getSCEV(*bIdx) : GetZeroSCEV(SE);

Completed in 73 milliseconds