Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp808 static bool hasConcreteDefImpl(Value *V, SmallPtrSetImpl<Value*> &Visited, in hasConcreteDefImpl() function
830 if (!hasConcreteDefImpl(Op, Visited, Depth+1)) in hasConcreteDefImpl()
844 return hasConcreteDefImpl(V, Visited, 0); in hasConcreteDef()