Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:BitwiseAnd

3619       auto BitwiseAnd =
3622 if (match(BO0, BitwiseAnd) && I.getPredicate() == ICmpInst::ICMP_ULT) {