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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1277 static bool hasConcreteDefImpl(Value *V, SmallPtrSet<Value*, 8> &Visited, function
1299 if (!hasConcreteDefImpl(*OI, Visited, Depth+1))
1313 return hasConcreteDefImpl(V, Visited, 0);

Completed in 112 milliseconds