Lines Matching refs:CmpInst
414 case CmpInst::ICMP_EQ: in convertICmpInstruction()
417 case CmpInst::ICMP_NE: in convertICmpInstruction()
420 case CmpInst::ICMP_UGT: in convertICmpInstruction()
423 case CmpInst::ICMP_UGE: in convertICmpInstruction()
426 case CmpInst::ICMP_ULT: in convertICmpInstruction()
429 case CmpInst::ICMP_ULE: in convertICmpInstruction()
432 case CmpInst::ICMP_SGT: in convertICmpInstruction()
435 case CmpInst::ICMP_SGE: in convertICmpInstruction()
438 case CmpInst::ICMP_SLT: in convertICmpInstruction()
441 case CmpInst::ICMP_SLE: in convertICmpInstruction()
460 case CmpInst::FCMP_FALSE: in convertFCmpInstruction()
463 case CmpInst::FCMP_OEQ: in convertFCmpInstruction()
466 case CmpInst::FCMP_OGT: in convertFCmpInstruction()
469 case CmpInst::FCMP_OGE: in convertFCmpInstruction()
472 case CmpInst::FCMP_OLT: in convertFCmpInstruction()
475 case CmpInst::FCMP_OLE: in convertFCmpInstruction()
478 case CmpInst::FCMP_ONE: in convertFCmpInstruction()
481 case CmpInst::FCMP_ORD: in convertFCmpInstruction()
484 case CmpInst::FCMP_UEQ: in convertFCmpInstruction()
487 case CmpInst::FCMP_UGT: in convertFCmpInstruction()
490 case CmpInst::FCMP_UGE: in convertFCmpInstruction()
493 case CmpInst::FCMP_ULT: in convertFCmpInstruction()
496 case CmpInst::FCMP_ULE: in convertFCmpInstruction()
499 case CmpInst::FCMP_UNE: in convertFCmpInstruction()
502 case CmpInst::FCMP_UNO: in convertFCmpInstruction()
505 case CmpInst::FCMP_TRUE: in convertFCmpInstruction()