Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1954 auto *PredBlockBranch = dyn_cast<BranchInst>(OtherBB->getTerminator()); in foldBinopWithPhiOperands() local
1955 if (!PredBlockBranch || PredBlockBranch->isConditional() || in foldBinopWithPhiOperands()
1973 Builder.SetInsertPoint(PredBlockBranch); in foldBinopWithPhiOperands()