Home | History | Annotate | Download | only in Support

Lines Matching refs:CmpInst

59     case CmpInst::ICMP_EQ:
61 case CmpInst::ICMP_NE:
65 case CmpInst::ICMP_ULT: {
71 case CmpInst::ICMP_SLT: {
77 case CmpInst::ICMP_ULE: {
83 case CmpInst::ICMP_SLE: {
89 case CmpInst::ICMP_UGT: {
95 case CmpInst::ICMP_SGT: {
101 case CmpInst::ICMP_UGE: {
107 case CmpInst::ICMP_SGE: {