Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp370 ICmpInst *NewCompare = in handleFloatingPointIV() local
373 NewCompare->setDebugLoc(Compare->getDebugLoc()); in handleFloatingPointIV()
381 NewCompare->takeName(Compare); in handleFloatingPointIV()
382 Compare->replaceAllUsesWith(NewCompare); in handleFloatingPointIV()