Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:FCMP_OEQ

4325         if (P == FCmpInst::FCMP_OEQ || P == FCmpInst::FCMP_UEQ)
4371 case FCmpInst::FCMP_OEQ:
4567 case FCmpInst::FCMP_OEQ: // True if ordered and equal
4686 return new FCmpInst(FCmpInst::FCMP_OEQ, CI->getArgOperand(0), RHSC);
4692 case FCmpInst::FCMP_OEQ: