Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1326 BasicBlock *ConstBB, *OtherBB; in foldBinopWithPhiOperands() local
1329 ConstBB = Phi0->getIncomingBlock(0); in foldBinopWithPhiOperands()
1332 ConstBB = Phi0->getIncomingBlock(1); in foldBinopWithPhiOperands()
1337 if (!match(Phi1->getIncomingValueForBlock(ConstBB), m_ImmConstant(C1))) in foldBinopWithPhiOperands()
1372 NewPhi->addIncoming(NewC, ConstBB); in foldBinopWithPhiOperands()