Lines Matching refs:CmpInst
491 case CmpInst::ICMP_EQ: in CanInterpret()
492 case CmpInst::ICMP_NE: in CanInterpret()
493 case CmpInst::ICMP_UGT: in CanInterpret()
494 case CmpInst::ICMP_UGE: in CanInterpret()
495 case CmpInst::ICMP_ULT: in CanInterpret()
496 case CmpInst::ICMP_ULE: in CanInterpret()
497 case CmpInst::ICMP_SGT: in CanInterpret()
498 case CmpInst::ICMP_SGE: in CanInterpret()
499 case CmpInst::ICMP_SLT: in CanInterpret()
500 case CmpInst::ICMP_SLE: in CanInterpret()
1010 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret()
1042 case CmpInst::ICMP_EQ: in Interpret()
1045 case CmpInst::ICMP_NE: in Interpret()
1048 case CmpInst::ICMP_UGT: in Interpret()
1051 case CmpInst::ICMP_UGE: in Interpret()
1054 case CmpInst::ICMP_ULT: in Interpret()
1057 case CmpInst::ICMP_ULE: in Interpret()
1060 case CmpInst::ICMP_SGT: in Interpret()
1065 case CmpInst::ICMP_SGE: in Interpret()
1070 case CmpInst::ICMP_SLT: in Interpret()
1075 case CmpInst::ICMP_SLE: in Interpret()