reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
697 if (Pred != ICmpInst::ICMP_SLT && Pred != ICmpInst::ICMP_SGT && 697 if (Pred != ICmpInst::ICMP_SLT && Pred != ICmpInst::ICMP_SGT && 698 Pred != ICmpInst::ICMP_ULT && Pred != ICmpInst::ICMP_UGT) 698 Pred != ICmpInst::ICMP_ULT && Pred != ICmpInst::ICMP_UGT) 708 LLVM_DEBUG(dbgs() << "irce: Pred: " << ICmpInst::getPredicateName(Pred) 712 bool IsSigned = ICmpInst::isSigned(Pred);