Searched refs:PredBlockBranch (Results 1 – 1 of 1) sorted by relevance
2176 auto *PredBlockBranch = dyn_cast<BranchInst>(OtherBB->getTerminator()); in foldBinopWithPhiOperands() local2177 if (!PredBlockBranch || PredBlockBranch->isConditional() || in foldBinopWithPhiOperands()2195 Builder.SetInsertPoint(PredBlockBranch); in foldBinopWithPhiOperands()