Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:OtherOp

270     Value *BoolCast = 0, *OtherOp = 0;
272 BoolCast = Op0, OtherOp = Op1;
274 BoolCast = Op1, OtherOp = Op0;
279 return BinaryOperator::CreateAnd(V, OtherOp);