Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:OptAndOp

128 // OptAndOp - This handles expressions of the form ((val OP C1) & C2).  Where
131 Instruction *InstCombiner::OptAndOp(Instruction *Op,
1100 if (Instruction *Res = OptAndOp(Op0I, Op0CI, AndRHS, I))