Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Inverse

955   // to do is multiply by the inverse.  Therefore, this step can be done at
1011 // Calculate the multiplicative inverse of K! / 2^T;
6949 // 3. Compute I: the multiplicative inverse of (A / D) in arithmetic
8047 bool Inverse) {
8055 if (!Inverse)
8056 return isImpliedCond(Pred, LHS, RHS, BO->getOperand(0), Inverse) ||
8057 isImpliedCond(Pred, LHS, RHS, BO->getOperand(1), Inverse);
8059 if (Inverse)
8060 return isImpliedCond(Pred, LHS, RHS, BO->getOperand(0), Inverse) ||
8061 isImpliedCond(Pred, LHS, RHS, BO->getOperand(1), Inverse);
8071 if (Inverse)