Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp248 BranchInst *TheBr = cast<BranchInst>(Compare->user_back()); in handleFloatingPointIV() local
254 assert(TheBr->isConditional() && "Can't use fcmp if not conditional"); in handleFloatingPointIV()
255 if (!L->contains(TheBr->getParent()) || in handleFloatingPointIV()
256 (L->contains(TheBr->getSuccessor(0)) && in handleFloatingPointIV()
257 L->contains(TheBr->getSuccessor(1)))) in handleFloatingPointIV()
371 new ICmpInst(TheBr->getIterator(), NewPred, NewAdd, in handleFloatingPointIV()