Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Operand

29     Value *Operand = BinaryOperator::getNotArgument(V);
30 if (!IsFreeToInvert(Operand, Operand->hasOneUse()))
31 return Operand;