Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1912 ICmpInst *NewICmpInst = dyn_cast<ICmpInst>(NewICmp); in runOnLoop() local
1913 if (NewICmpInst) in runOnLoop()
1914 IU->AddUsersIfInteresting(cast<Instruction>(NewICmpInst->getOperand(0))); in runOnLoop()