Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp374 ICmpInst *NewCompare = new ICmpInst(TheBr, NewPred, NewAdd, in handleFloatingPointIV() local
384 NewCompare->takeName(Compare); in handleFloatingPointIV()
385 Compare->replaceAllUsesWith(NewCompare); in handleFloatingPointIV()