Lines Matching defs:Phi1
1945 auto *Phi1 = dyn_cast<PHINode>(BO.getOperand(1));
1946 if (!Phi0 || !Phi1 || !Phi0->hasOneUse() || !Phi1->hasOneUse() ||
1947 Phi0->getNumOperands() != Phi1->getNumOperands())
1952 BO.getParent() != Phi1->getParent())
1971 if (Phi0->getIncomingBlock(Phi0Use) != Phi1->getIncomingBlock(Phi1Use))
1984 if (all_of(zip(Phi0->operands(), Phi1->operands()),
1997 if (Phi0->getNumOperands() != 2 || Phi1->getNumOperands() != 2)
2012 if (!match(Phi1->getIncomingValueForBlock(ConstBB), m_ImmConstant(C1)))
2040 Phi1->getIncomingValueForBlock(OtherBB));