reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
750 P = CmpInst::ICMP_ULT; 753 P = CmpInst::ICMP_UGT; 756 P = CmpInst::ICMP_SLT; 759 P = CmpInst::ICMP_SGT; 762 P = CmpInst::FCMP_OLT; 765 P = CmpInst::FCMP_OGT; 779 Cmp = Builder.CreateFCmp(P, Left, Right, "rdx.minmax.cmp"); 781 Cmp = Builder.CreateICmp(P, Left, Right, "rdx.minmax.cmp");