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