Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Inverse

680   // to do is multiply by the inverse.  Therefore, this step can be done at
736 // Calculate the multiplicative inverse of K! / 2^T;
5154 // 3. Compute I: the multiplicative inverse of (A / D) in arithmetic
5880 bool Inverse) {
5884 if (!Inverse)
5885 return isImpliedCond(Pred, LHS, RHS, BO->getOperand(0), Inverse) ||
5886 isImpliedCond(Pred, LHS, RHS, BO->getOperand(1), Inverse);
5888 if (Inverse)
5889 return isImpliedCond(Pred, LHS, RHS, BO->getOperand(0), Inverse) ||
5890 isImpliedCond(Pred, LHS, RHS, BO->getOperand(1), Inverse);
5909 if (Inverse)