reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
494 if (!((ICI = dyn_cast<ICmpInst>(I)) && 505 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE)) { 546 if (match(ICI->getOperand(0), 569 if (match(ICI->getOperand(0), 586 if (!setValueOnce(ICI->getOperand(0))) 591 return ICI->getOperand(0); 596 ICI->getPredicate(), C->getValue());