reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2798 Assert(&PN == &PN.getParent()->front() || 2798 Assert(&PN == &PN.getParent()->front() || 2799 isa<PHINode>(--BasicBlock::iterator(&PN)), 2800 "PHI nodes not grouped at top of basic block!", &PN, PN.getParent()); 2800 "PHI nodes not grouped at top of basic block!", &PN, PN.getParent()); 2803 Assert(!PN.getType()->isTokenTy(), "PHI nodes cannot have token type!"); 2807 for (Value *IncValue : PN.incoming_values()) { 2808 Assert(PN.getType() == IncValue->getType(), 2809 "PHI node operands are not the same type as the result!", &PN); 2814 visitInstruction(PN);