Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp301 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/
DSimplifyIndVar.cpp576 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/
DSimplifyIndVar.cpp846 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) { in isSimpleIVUser() function
942 if (isSimpleIVUser(UseInst, L, SE)) { in simplifyUsers()