Searched refs:isSimpleIVUser (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 301 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser() function 370 if (isSimpleIVUser(UseOper.first, L, SE)) { in simplifyUsers()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 576 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser() function 657 if (isSimpleIVUser(UseOper.first, L, SE)) { in simplifyUsers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 846 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser() function 942 if (isSimpleIVUser(UseInst, L, SE)) { in simplifyUsers()
|