Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Equal

183          "KnownZero, KnownOne and Min, Max must have equal bitwidth.");
207 "Ty, KnownZero, KnownOne and Min, Max must have equal bitwidth.");
760 // so the values can never be equal. Similarly for all other "or equals"
838 // not equal to the divide. Make sure we do the same kind of divide
3078 bool Equal = LHSUnsigned
3081 if (!Equal) {
3173 case FCmpInst::FCMP_UNE: // True if unordered or not equal
3180 case FCmpInst::FCMP_OEQ: // True if ordered and equal
3181 case FCmpInst::FCMP_OGE: // True if ordered and greater than or equal
3182 case FCmpInst::FCMP_OLE: // True if ordered and less than or equal