Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:OtherOp

365     Value *BoolCast = nullptr, *OtherOp = nullptr;
367 BoolCast = Op0, OtherOp = Op1;
369 BoolCast = Op1, OtherOp = Op0;
374 return BinaryOperator::CreateAnd(V, OtherOp);