Searched refs:LbBr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1745 auto *LbBr = cast<BranchInst>(Body->getTerminator()); local
1746 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition());
1760 (LbBr->getSuccessor(0) == Body) ? CmpInst::ICMP_NE : CmpInst::ICMP_EQ;
1852 auto *LbBr = cast<BranchInst>(Body->getTerminator()); local
1853 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition());
1867 (LbBr->getSuccessor(0) == Body) ? CmpInst::ICMP_UGT : CmpInst::ICMP_SLE;

Completed in 78 milliseconds