reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2499 PHINode *CondLHS = dyn_cast<PHINode>(CondCmp->getOperand(0)); 2500 Constant *CondRHS = cast<Constant>(CondCmp->getOperand(1)); 2527 LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(1), 2528 CondRHS, Pred, BB, CondCmp); 2530 LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(2), 2531 CondRHS, Pred, BB, CondCmp);