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.cpp368 ICmpInst *NewCompare = new ICmpInst( in handleFloatingPointIV() local
371 NewCompare->setDebugLoc(Compare->getDebugLoc()); in handleFloatingPointIV()
379 NewCompare->takeName(Compare); in handleFloatingPointIV()
380 Compare->replaceAllUsesWith(NewCompare); in handleFloatingPointIV()