Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1330 auto *PredBlockBranch = dyn_cast<BranchInst>(OtherBB->getTerminator()); in foldBinopWithPhiOperands() local
1331 if (!PredBlockBranch || PredBlockBranch->isConditional() || in foldBinopWithPhiOperands()
1349 Builder.SetInsertPoint(PredBlockBranch); in foldBinopWithPhiOperands()