Home
last modified time | relevance | path

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

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