reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2260 if (!Cmp) 2262 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); 2262 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); 2263 if (Pred == Cmp->getPredicate() && LHS == CmpLHS && RHS == CmpRHS) 2264 return Cmp; 2265 if (Pred == CmpInst::getSwappedPredicate(Cmp->getPredicate()) && 2267 return Cmp;