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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1376 static bool hasConcreteDefImpl(Value *V, SmallPtrSet<Value*, 8> &Visited, function
1398 if (!hasConcreteDefImpl(*OI, Visited, Depth+1))
1412 return hasConcreteDefImpl(V, Visited, 0);

Completed in 765 milliseconds