Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Inverse

1492           bool Inverse = (N1C->isNullValue() && Cond == ISD::SETEQ) ||
1495 if (!Inverse)
2786 /// with the multiplicative inverse of the constant.
2806 // Calculate the multiplicative inverse, using Newton's method.