Searched refs:ConstBB (Results 1 – 1 of 1) sorted by relevance
1937 BasicBlock *ConstBB, *OtherBB; in foldBinopWithPhiOperands() local1940 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()