Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp841 static bool hasConcreteDef(Value *V) { in hasConcreteDef() function
927 if (!hasConcreteDef(Phi)) { in FindLoopCounter()
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Dlftr-reuse.ll228 ; IndVarSimplify.cpp hasConcreteDef(). We may want to change to undef rules.