Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1937 BasicBlock *ConstBB, *OtherBB; in foldBinopWithPhiOperands() local
1940 ConstBB = Phi0->getIncomingBlock(0); in foldBinopWithPhiOperands()
1943 ConstBB = Phi0->getIncomingBlock(1); in foldBinopWithPhiOperands()
1948 if (!match(Phi1->getIncomingValueForBlock(ConstBB), m_ImmConstant(C1))) in foldBinopWithPhiOperands()
1983 NewPhi->addIncoming(NewC, ConstBB); in foldBinopWithPhiOperands()