Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp372 ICmpInst *NewCompare = new ICmpInst(TheBr, NewPred, NewAdd, in handleFloatingPointIV() local
382 NewCompare->takeName(Compare); in handleFloatingPointIV()
383 Compare->replaceAllUsesWith(NewCompare); in handleFloatingPointIV()