Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp825 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser() function
921 if (isSimpleIVUser(UseInst, L, SE)) { in simplifyUsers()